Better monomorphization
This commit is contained in:
parent
0479604be1
commit
f62381865f
3 changed files with 41 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue