diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-02-06 17:18:42 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-02-14 13:36:51 +0200 |
| commit | f04424acd1bf894d1dc930c2a347871ea8b96dfa (patch) | |
| tree | 7da006092dddce5d64fddbbf9fa9d60d98d3bb4e /Cargo.lock | |
| parent | 81648a0a6e6aaf66913dc92187613d8cffff3fd4 (diff) | |
| download | rust-f04424acd1bf894d1dc930c2a347871ea8b96dfa.tar.gz rust-f04424acd1bf894d1dc930c2a347871ea8b96dfa.zip | |
rustc_mir: compute all the qualification bits separately in qualify_consts.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index a36df24359d..963bbcf0f04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", |
