Replace Repr with the new ty::layout in rustc.

Lvalues still need work (see lvalue_layout).
This commit is contained in:
Scott Olson
2016-04-23 00:03:59 -06:00
parent 1531bd675c
commit 4a863c2a6a
4 changed files with 134 additions and 236 deletions

View File

@@ -8,9 +8,7 @@
)]
// From rustc.
extern crate arena;
#[macro_use] extern crate rustc;
extern crate rustc_data_structures;
extern crate rustc_mir;
extern crate syntax;