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 11[toolchain]
2- channel = "nightly-2024-12-11 "
2+ channel = "nightly-2024-12-18 "
33components = ["rust-src", "rustc-dev", "llvm-tools"]
44profile = "minimal"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments