Skip to content

Commit 0b5248f

Browse files
committed
reexport c feature
1 parent d6d73a4 commit 0b5248f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builtins-test-intrinsics/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ edition = "2021"
66
[dependencies]
77
compiler_builtins = { path = "../compiler-builtins", features = ["compiler-builtins"]}
88
panic-handler = { path = '../crates/panic-handler' }
9+
10+
[features]
11+
c = "compiler_builtins/c"

0 commit comments

Comments
 (0)