Skip to content

Commit 5ec40f5

Browse files
committed
fixup
1 parent 00936bd commit 5ec40f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ index 7165c3e48af..968552ad435 100644
1515
edition = "2021"
1616

1717
[dependencies]
18-
core = { path = "../core", public = true }
18+
core = { path = "../core" }
1919
-compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std'] }
2020
+compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std', 'no-f16-f128'] }
2121

0 commit comments

Comments
 (0)