diff options
| author | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2016-06-28 23:41:09 +0300 |
|---|---|---|
| committer | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2016-06-28 23:41:09 +0300 |
| commit | bff28ec46866bb2980d67a644e4e567b67ccb706 (patch) | |
| tree | bf1248030e0f2c5fb5f82d63d4c609dcaf313b2b /src/rustc | |
| parent | ea0dc9297283daff6486807f43e190b4eb561412 (diff) | |
| download | rust-bff28ec46866bb2980d67a644e4e567b67ccb706.tar.gz rust-bff28ec46866bb2980d67a644e4e567b67ccb706.zip | |
refactor rustc_metadata to use CamelCase names and IndexVec
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock index 9c6ed991df8..c9d1eb39f0a 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -213,6 +213,7 @@ dependencies = [ "rustc_back 0.0.0", "rustc_bitflags 0.0.0", "rustc_const_math 0.0.0", + "rustc_data_structures 0.0.0", "rustc_errors 0.0.0", "rustc_llvm 0.0.0", "serialize 0.0.0", |
