Skip to content

Commit f04424a

Browse files
committed
rustc_mir: compute all the qualification bits separately in qualify_consts.
1 parent 81648a0 commit f04424a

File tree

3 files changed

+504
-365
lines changed

3 files changed

+504
-365
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -2822,7 +2822,6 @@ name = "rustc_mir"
28222822
version = "0.0.0"
28232823
dependencies = [
28242824
"arena 0.0.0",
2825-
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
28262825
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
28272826
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
28282827
"graphviz 0.0.0",

src/librustc_mir/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ crate-type = ["dylib"]
1111

1212
[dependencies]
1313
arena = { path = "../libarena" }
14-
bitflags = "1.0"
1514
either = "1.5.0"
1615
dot = { path = "../libgraphviz", package = "graphviz" }
1716
log = "0.4"

0 commit comments

Comments
 (0)