Skip to content

Commit eefd724

Browse files
authored
Update rust toolchain to 2023-06-22 (rust-lang#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.
1 parent 2be57b4 commit eefd724

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
[toolchain]
5-
channel = "nightly-2023-06-21"
5+
channel = "nightly-2023-06-22"
66
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]

tests/ui/code-location/expected

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module/mod.rs:10:5 in function module::not_empty
22
main.rs:13:5 in function same_file
33
/toolchains/
4-
alloc/src/vec/mod.rs:3007:81 in function <std::vec::Vec<i32> as std::ops::Drop>::drop
4+
alloc/src/vec/mod.rs:
5+
in function <std::vec::Vec<i32> as std::ops::Drop>::drop
56

67
VERIFICATION:- SUCCESSFUL

0 commit comments

Comments
 (0)