File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2024-12-11 "
2
+ channel = "nightly-2024-12-18 "
3
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
4
4
profile = "minimal"
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ fn dep_symbol_lookup_fn(
287
287
288
288
let mut dylib_paths = Vec :: new ( ) ;
289
289
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 ] ;
291
291
// `used_crates` is in reverse postorder in terms of dependencies. Reverse the order here to
292
292
// get a postorder which ensures that all dependencies of a dylib are loaded before the dylib
293
293
// itself. This helps the dynamic linker to find dylibs not in the regular dynamic library
You can’t perform that action at this time.
0 commit comments