rustc: use ty::Const for the length of TyArray.

This commit is contained in:
Eduard-Mihai Burtescu
2017-08-05 16:11:24 +03:00
parent 3ce31eb990
commit 8a9b78f5cc
34 changed files with 215 additions and 60 deletions

View File

@@ -32,6 +32,7 @@ extern crate html_diff;
extern crate libc;
extern crate rustc;
extern crate rustc_data_structures;
extern crate rustc_const_math;
extern crate rustc_trans;
extern crate rustc_driver;
extern crate rustc_resolve;