Skip to content

Commit

Permalink
[ci] Roll pinned stable toolchain (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot authored Dec 3, 2024
1 parent 51bc4df commit de1c6d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.0"

[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.82.0"
pinned-stable = "1.83.0"
pinned-nightly = "nightly-2024-11-06"

[package.metadata.docs.rs]
Expand Down
8 changes: 0 additions & 8 deletions tests/ui-stable/transmute-mut-const.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ note: `const` item defined here
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: `#[warn(const_item_mutation)]` on by default

error[E0658]: mutable references are not allowed in constants
--> tests/ui-stable/transmute-mut-const.rs:20:52
|
20 | const CONST_CONTEXT: &mut [u8; 2] = transmute_mut!(&mut ARRAY_OF_U8S);
| ^^^^^^^^^^^^^^^^^
|
= note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information

error[E0015]: cannot call non-const fn `transmute_mut::<'_, '_, [u8; 2], [u8; 2]>` in constants
--> tests/ui-stable/transmute-mut-const.rs:20:37
|
Expand Down

0 comments on commit de1c6d8

Please sign in to comment.