Skip to content

Commit 414ba62

Browse files
committed
Try with stdarch that doesn't use builtins
1 parent 833fe4a commit 414ba62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
shallow = true
2121
[submodule "library/stdarch"]
2222
path = library/stdarch
23-
url = https://github.com/rust-lang/stdarch.git
23+
url = https://github.com/tgross35/rust-stdarch.git
2424
shallow = true
2525
[submodule "src/doc/edition-guide"]
2626
path = src/doc/edition-guide

library/Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ name = "std_detect"
366366
version = "0.1.5"
367367
dependencies = [
368368
"cfg-if",
369-
"compiler_builtins 0.1.160",
370369
"libc",
371370
"rustc-std-workspace-alloc",
372371
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)