File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ use rustc_codegen_ssa::traits::{
1919#[ cfg( feature = "master" ) ]
2020use rustc_codegen_ssa:: traits:: { BaseTypeCodegenMethods , MiscCodegenMethods } ;
2121use rustc_middle:: bug;
22- use rustc_middle:: ty:: layout:: LayoutOf ;
22+ use rustc_middle:: ty:: layout:: { LayoutOf , HasTypingEnv } ;
2323#[ cfg( feature = "master" ) ]
24- use rustc_middle:: ty:: layout:: { FnAbiOf , HasTyCtxt , HasTypingEnv } ;
24+ use rustc_middle:: ty:: layout:: { FnAbiOf , HasTyCtxt } ;
2525use rustc_middle:: ty:: { self , Instance , Ty } ;
2626use rustc_span:: { Span , Symbol , sym} ;
2727use rustc_target:: abi:: HasDataLayout ;
Original file line number Diff line number Diff line change @@ -153,10 +153,6 @@ impl TargetInfo {
153153 }
154154 false
155155 }
156-
157- fn supports_target_dependent_type ( & self , _typ : CType ) -> bool {
158- false
159- }
160156}
161157
162158#[ derive( Clone ) ]
You can’t perform that action at this time.
0 commit comments