Merge pull request #503 from nicholasbishop/bishop-no-no-lang-items

This commit is contained in:
Amanieu d'Antras 2022-11-12 17:36:13 +00:00 committed by GitHub
commit 8fc5ec8b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -58,9 +58,6 @@ mem = []
# compiler-rt implementations. Also used for testing
mangled-names = []
# Don't generate lang items for i128 intrisnics and such
no-lang-items = []
# Only used in the compiler's build system
rustc-dep-of-std = ['compiler-builtins', 'core']

View file

@ -17,7 +17,7 @@ rand_xoshiro = "0.6"
[dependencies.compiler_builtins]
path = ".."
default-features = false
features = ["no-lang-items", "public-test-deps"]
features = ["public-test-deps"]
[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
test = { git = "https://github.com/japaric/utest" }