Skip to content

Commit

Permalink
Update rust toolchain to 2023-06-22 (#2588)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
celinval committed Jul 7, 2023
1 parent 2be57b4 commit eefd724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
3 changes: 2 additions & 1 deletion tests/ui/code-location/expected
Original file line number Diff line number Diff line change
@@ -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 <std::vec::Vec<i32> as std::ops::Drop>::drop
alloc/src/vec/mod.rs:
in function <std::vec::Vec<i32> as std::ops::Drop>::drop

VERIFICATION:- SUCCESSFUL

0 comments on commit eefd724

Please sign in to comment.