We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216d1a7 commit b9839ebCopy full SHA for b9839eb
rust-toolchain
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "nightly-2025-12-08"
+channel = "nightly-2025-12-16"
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
4
profile = "minimal"
src/driver/jit.rs
@@ -190,7 +190,7 @@ fn dep_symbol_lookup_fn(
190
diag.emit();
191
}
192
Linkage::Dynamic => {
193
- dylib_paths.push(src.dylib.as_ref().unwrap().0.clone());
+ dylib_paths.push(src.dylib.as_ref().unwrap().clone());
194
195
196
0 commit comments