From eefd724445dcd4a8bc04ede54ed6fb0cfc5cce1d Mon Sep 17 00:00:00 2001 From: "Celina G. Val" Date: Fri, 7 Jul 2023 12:33:44 -0700 Subject: [PATCH] Update rust toolchain to 2023-06-22 (#2588) Update toolchain and remove dependency on line number since we match exact value only, this generate a lot of noise whenever we update the toolchain. --- rust-toolchain.toml | 2 +- tests/ui/code-location/expected | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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