Skip to content

Commit b9839eb

Browse files
committed
Rustup to rustc 1.94.0-nightly (21ff67df1 2025-12-15)
1 parent 216d1a7 commit b9839eb

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-2025-12-08"
2+
channel = "nightly-2025-12-16"
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
@@ -190,7 +190,7 @@ fn dep_symbol_lookup_fn(
190190
diag.emit();
191191
}
192192
Linkage::Dynamic => {
193-
dylib_paths.push(src.dylib.as_ref().unwrap().0.clone());
193+
dylib_paths.push(src.dylib.as_ref().unwrap().clone());
194194
}
195195
}
196196
}

0 commit comments

Comments
 (0)