evaluate the array length of fixed size array types in rustdoc

This commit is contained in:
Oliver Schneider
2016-07-13 10:35:58 +02:00
parent b4e11c2af8
commit 9d33ce58b1
5 changed files with 24 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ extern crate getopts;
extern crate libc;
extern crate rustc;
extern crate rustc_const_eval;
extern crate rustc_const_math;
extern crate rustc_trans;
extern crate rustc_driver;
extern crate rustc_resolve;