diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2016-07-13 10:35:58 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2016-07-13 10:35:58 +0200 |
| commit | 9d33ce58b104f1f0e29a69b30c6b4353f1e28c52 (patch) | |
| tree | ab3c5a70f0593207f7735e8dadb1e3f80781c2dd /src/rustc | |
| parent | b4e11c2af8fce4f72fc896bfb6215c446d593cda (diff) | |
| download | rust-9d33ce58b104f1f0e29a69b30c6b4353f1e28c52.tar.gz rust-9d33ce58b104f1f0e29a69b30c6b4353f1e28c52.zip | |
evaluate the array length of fixed size array types in rustdoc
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 c9d1eb39f0a..4def60e485f 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -350,6 +350,7 @@ dependencies = [ "rustc 0.0.0", "rustc_back 0.0.0", "rustc_const_eval 0.0.0", + "rustc_const_math 0.0.0", "rustc_driver 0.0.0", "rustc_errors 0.0.0", "rustc_lint 0.0.0", |
