Skip to content

Commit 1641050

Browse files
authored
Merge pull request #503 from nicholasbishop/bishop-no-no-lang-items
2 parents 8d3af61 + b07e306 commit 1641050

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ mem = []
5858
# compiler-rt implementations. Also used for testing
5959
mangled-names = []
6060

61-
# Don't generate lang items for i128 intrisnics and such
62-
no-lang-items = []
63-
6461
# Only used in the compiler's build system
6562
rustc-dep-of-std = ['compiler-builtins', 'core']
6663

testcrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rand_xoshiro = "0.6"
1717
[dependencies.compiler_builtins]
1818
path = ".."
1919
default-features = false
20-
features = ["no-lang-items", "public-test-deps"]
20+
features = ["public-test-deps"]
2121

2222
[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
2323
test = { git = "https://github.com/japaric/utest" }

0 commit comments

Comments
 (0)