Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: toolchain upgrade (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Feb 25, 2023
1 parent d76159c commit 9254260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/rome_diagnostics/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ struct ErrorVTable {

/// Internal storage struct used to pack a vtable instance along with a
/// diagnostic object.
#[repr(C)]
struct ErrorImpl<D = ()> {
vtable: &'static ErrorVTable,
diag: D,
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
channel = "1.66.1"
channel = "1.67.1"

0 comments on commit 9254260

Please sign in to comment.