Skip to content

Commit

Permalink
[ci] Roll pinned nightly toolchain (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot committed May 11, 2024
1 parent 5057e74 commit 7f6b0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.78.0"
pinned-nightly = "nightly-2024-05-09"
pinned-nightly = "nightly-2024-05-10"

[package.metadata.playground]
features = ["__internal_use_only_features_that_work_on_stable"]
Expand Down
2 changes: 1 addition & 1 deletion tests/ui-nightly/transmute-mut-const.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ error[E0658]: mutable references are not allowed in constants
|
= note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
= help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
= note: this compiler was built on 2024-05-08; consider upgrading it if it is out of date
= note: this compiler was built on 2024-05-09; consider upgrading it if it is out of date

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

0 comments on commit 7f6b0d2

Please sign in to comment.