Merge pull request #503 from nicholasbishop/bishop-no-no-lang-items
This commit is contained in:
commit
8fc5ec8b99
2 changed files with 1 additions and 4 deletions
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue