rustc_mir: compute all the qualification bits separately in qualify_consts.

This commit is contained in:
Eduard-Mihai Burtescu 2019-02-06 17:18:42 +02:00
parent 81648a0a6e
commit f04424acd1
3 changed files with 507 additions and 368 deletions

View File

@ -2822,7 +2822,6 @@ name = "rustc_mir"
version = "0.0.0"
dependencies = [
"arena 0.0.0",
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"graphviz 0.0.0",

View File

@ -11,7 +11,6 @@ crate-type = ["dylib"]
[dependencies]
arena = { path = "../libarena" }
bitflags = "1.0"
either = "1.5.0"
dot = { path = "../libgraphviz", package = "graphviz" }
log = "0.4"

File diff suppressed because it is too large Load Diff