Skip to content

Commit

Permalink
rustc_mir: compute all the qualification bits separately in qualify_c…
Browse files Browse the repository at this point in the history
…onsts.
  • Loading branch information
eddyb committed Feb 14, 2019
1 parent 81648a0 commit f04424a
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 365 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/librustc_mir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit f04424a

Please sign in to comment.