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 d1145fd commit c02c22dCopy full SHA for c02c22d
builtins-test-intrinsics/Cargo.toml
@@ -9,7 +9,7 @@ compiler_builtins = { path = "../", features = ["compiler-builtins"]}
9
panic-handler = { path = '../crates/panic-handler' }
10
11
[target.'cfg(target_family = "windows")'.dependencies]
12
-# enable mem on Windows, required for panic machinery
+# `#![no_std]` on Windows needs `string.h` routines.
13
compiler_builtins = { path = "../", features = ["compiler-builtins", "mem"]}
14
15
[features]
0 commit comments