Skip to content

Commit 169f2c0

Browse files
committed
Use zoxc's cargo branch for proc macros
rust-lang/cargo#6547
1 parent dea66c2 commit 169f2c0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
url = https://github.com/rust-lang-nursery/nomicon.git
77
[submodule "src/tools/cargo"]
88
path = src/tools/cargo
9-
url = https://github.com/rust-lang/cargo.git
9+
# FIXME: We are using a fork until this PR is merged
10+
# https://github.com/rust-lang/cargo/pull/6547
11+
#url = https://github.com/rust-lang/cargo.git
12+
url = https://github.com/zoxc/cargo.git
1013
[submodule "src/doc/reference"]
1114
path = src/doc/reference
1215
url = https://github.com/rust-lang-nursery/reference.git

0 commit comments

Comments
 (0)