diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0916ae1c14db..429669562eee 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-06-21" +channel = "nightly-2023-06-22" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"] diff --git a/tests/ui/code-location/expected b/tests/ui/code-location/expected index bacda6b16a29..9af3f651fb50 100644 --- a/tests/ui/code-location/expected +++ b/tests/ui/code-location/expected @@ -1,6 +1,7 @@ module/mod.rs:10:5 in function module::not_empty main.rs:13:5 in function same_file /toolchains/ -alloc/src/vec/mod.rs:3007:81 in function as std::ops::Drop>::drop +alloc/src/vec/mod.rs: +in function as std::ops::Drop>::drop VERIFICATION:- SUCCESSFUL