Skip to content

Commit 2ce5251

Browse files
committed
fix features
1 parent 0b5248f commit 2ce5251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtins-test-intrinsics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ compiler_builtins = { path = "../compiler-builtins", features = ["compiler-built
88
panic-handler = { path = '../crates/panic-handler' }
99

1010
[features]
11-
c = "compiler_builtins/c"
11+
c = ["compiler_builtins/c"]

0 commit comments

Comments
 (0)