Skip to content

Commit 1b78d79

Browse files
committed
Require the compiler-builtins target for the example
1 parent 215fa06 commit 1b78d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ utest-macros = { git = "https://github.com/japaric/utest" }
2929

3030
[[example]]
3131
name = "intrinsics"
32-
required-features = ["c"]
32+
required-features = ["c", "compiler-builtins"]
3333

3434

3535
[workspace]

0 commit comments

Comments
 (0)