We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5248f commit 2ce5251Copy full SHA for 2ce5251
builtins-test-intrinsics/Cargo.toml
@@ -8,4 +8,4 @@ compiler_builtins = { path = "../compiler-builtins", features = ["compiler-built
8
panic-handler = { path = '../crates/panic-handler' }
9
10
[features]
11
-c = "compiler_builtins/c"
+c = ["compiler_builtins/c"]
0 commit comments