1
Fork 0

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
No known key found for this signature in database
GPG key ID: 56D6EEA0FC67AC46
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;