Skip to content

Commit 56d6414

Browse files
tamirdTamir Duberstein
authored and
Tamir Duberstein
committed
Avoid rewriting the header (it compiles!)
1 parent 80e1a37 commit 56d6414

26 files changed

+614
-375
lines changed

src/Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ cargo = { path = "tools/cargo" }
5858

5959
[patch.crates-io]
6060
rustfmt-nightly = { path = "tools/rustfmt" }
61-
bindgen = { path = "../../rust-bindgen" }

src/librustc_llvm/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ crate-type = ["dylib"]
1313
static-libstdcpp = []
1414

1515
[build-dependencies]
16-
bindgen = "0.31.2"
16+
# https://github.com/rust-lang-nursery/rust-bindgen/pull/1162.
17+
bindgen = { git = "https://github.com/rust-lang-nursery/rust-bindgen.git", rev = "75f9e1c" }
1718
cc = "1.0.1"
1819
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)