Skip to content

Commit 076ae56

Browse files
committed
Rustup to rustc 1.85.0-nightly (a4cb3c831 2024-12-17)
1 parent 1587f77 commit 076ae56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-12-11"
2+
channel = "nightly-2024-12-18"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

src/driver/jit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn dep_symbol_lookup_fn(
287287

288288
let mut dylib_paths = Vec::new();
289289

290-
let data = &crate_info.dependency_formats[&rustc_session::config::CrateType::Executable].1;
290+
let data = &crate_info.dependency_formats[&rustc_session::config::CrateType::Executable];
291291
// `used_crates` is in reverse postorder in terms of dependencies. Reverse the order here to
292292
// get a postorder which ensures that all dependencies of a dylib are loaded before the dylib
293293
// itself. This helps the dynamic linker to find dylibs not in the regular dynamic library

0 commit comments

Comments
 (0)