1
Fork 0

Better monomorphization

This commit is contained in:
bjorn3 2018-06-24 14:01:41 +02:00
parent 0479604be1
commit f62381865f
3 changed files with 41 additions and 40 deletions

View file

@ -42,7 +42,7 @@ mod prelude {
pub use rustc::mir;
pub use rustc::mir::*;
pub use rustc::session::Session;
pub use rustc::ty::layout;
pub use rustc::ty::layout::{self, LayoutOf, TyLayout};
pub use rustc::ty::{
self, subst::Substs, FnSig, Instance, InstanceDef, ParamEnv, PolyFnSig, Ty, TyCtxt,
TypeFoldable, TypeVariants,