Skip to content

Commit

Permalink
[ci] Roll pinned nightly toolchain (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot authored Jul 29, 2024
1 parent d84326d commit 7c8358e
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.80.0"
pinned-nightly = "nightly-2024-07-25"
pinned-nightly = "nightly-2024-07-28"

[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-07-24; consider upgrading it if it is out of date
= note: this compiler was built on 2024-07-27; 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 7c8358e

Please sign in to comment.