Skip to content

Commit e3713f1

Browse files
committed
Override compiler-builtins used by cargo xbuild
1 parent 027b940 commit e3713f1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
paths = ["compiler-builtins"]

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "compiler-builtins"]
2+
path = compiler-builtins
3+
url = https://github.com/rust-lang/compiler-builtins.git

compiler-builtins

Submodule compiler-builtins added at 25ea08d

0 commit comments

Comments
 (0)