From 6efb75f6e00bb7969dfc3042a738595e84dd7185 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Fri, 26 Jul 2024 12:40:46 +0000 Subject: [PATCH] [ci] Roll pinned nightly toolchain --- Cargo.toml | 2 +- tests/ui-nightly/transmute-mut-const.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0da2f7bbfb..15230e83c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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-24" +pinned-nightly = "nightly-2024-07-25" [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"] diff --git a/tests/ui-nightly/transmute-mut-const.stderr b/tests/ui-nightly/transmute-mut-const.stderr index c289522c88..447e2a6856 100644 --- a/tests/ui-nightly/transmute-mut-const.stderr +++ b/tests/ui-nightly/transmute-mut-const.stderr @@ -21,7 +21,7 @@ error[E0658]: mutable references are not allowed in constants | = note: see issue #57349 for more information = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable - = note: this compiler was built on 2024-07-23; consider upgrading it if it is out of date + = note: this compiler was built on 2024-07-24; 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