Kaynağa Gözat

Require the `compiler-builtins` target for the example

Alex Crichton 7 yıl önce
ebeveyn
işleme
1b78d79bf5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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