Skip to content

Commit

Permalink
Automatic toolchain upgrade to nightly-2025-01-11 (#3830)
Browse files Browse the repository at this point in the history
Update Rust toolchain from nightly-2025-01-10 to nightly-2025-01-11
without any other source changes.

---------

Co-authored-by: celinval <35149715+celinval@users.noreply.github.com>
Co-authored-by: Qinheping Hu <qinhh@amazon.com>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent ab3fd25 commit 6fda222
Show file tree
Hide file tree
Showing 2 changed files with 2 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-2025-01-10"
channel = "nightly-2025-01-11"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
2 changes: 1 addition & 1 deletion tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ impl TestCx<'_> {
let coverage_path = coverage_info
.unwrap()
.split(' ')
.last()
.next_back()
.expect("couldn't retrieve path to the coverage results");
PathBuf::from(coverage_path)
}
Expand Down

0 comments on commit 6fda222

Please sign in to comment.