diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-05-07 19:14:28 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-05-07 19:14:28 +0300 |
| commit | 78884b765915c551e5f3fe71b185d91ec4c186de (patch) | |
| tree | 612cbfedc75026c314e630a3bc57fee6f4d76089 /src/rustc | |
| parent | 14efbf148109888f939f671fbd5b60650c5f4744 (diff) | |
| download | rust-78884b765915c551e5f3fe71b185d91ec4c186de.tar.gz rust-78884b765915c551e5f3fe71b185d91ec4c186de.zip | |
mir: qualify and promote constants.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock index 1fa4d5398f4..9dc1899e5a0 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -220,6 +220,7 @@ dependencies = [ "log 0.0.0", "rustc 0.0.0", "rustc_back 0.0.0", + "rustc_bitflags 0.0.0", "rustc_const_eval 0.0.0", "rustc_const_math 0.0.0", "rustc_data_structures 0.0.0", @@ -233,6 +234,7 @@ dependencies = [ "log 0.0.0", "rustc 0.0.0", "rustc_const_eval 0.0.0", + "rustc_const_math 0.0.0", "syntax 0.0.0", ] @@ -278,6 +280,7 @@ version = "0.0.0" dependencies = [ "log 0.0.0", "rustc 0.0.0", + "serialize 0.0.0", "syntax 0.0.0", ] |
