Require the `compiler-builtins` target for the example

master
Alex Crichton 2017-06-23 06:58:05 -07:00
parent 215fa06fb6
commit 1b78d79bf5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ utest-macros = { git = "https://github.com/japaric/utest" }
[[example]]
name = "intrinsics"
required-features = ["c"]
required-features = ["c", "compiler-builtins"]
[workspace]