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::{
19
19
#[ cfg( feature = "master" ) ]
20
20
use rustc_codegen_ssa:: traits:: { BaseTypeCodegenMethods , MiscCodegenMethods } ;
21
21
use rustc_middle:: bug;
22
- use rustc_middle:: ty:: layout:: LayoutOf ;
22
+ use rustc_middle:: ty:: layout:: { LayoutOf , HasTypingEnv } ;
23
23
#[ cfg( feature = "master" ) ]
24
- use rustc_middle:: ty:: layout:: { FnAbiOf , HasTyCtxt , HasTypingEnv } ;
24
+ use rustc_middle:: ty:: layout:: { FnAbiOf , HasTyCtxt } ;
25
25
use rustc_middle:: ty:: { self , Instance , Ty } ;
26
26
use rustc_span:: { Span , Symbol , sym} ;
27
27
use rustc_target:: abi:: HasDataLayout ;
Original file line number Diff line number Diff line change @@ -153,10 +153,6 @@ impl TargetInfo {
153
153
}
154
154
false
155
155
}
156
-
157
- fn supports_target_dependent_type ( & self , _typ : CType ) -> bool {
158
- false
159
- }
160
156
}
161
157
162
158
#[ derive( Clone ) ]
You can’t perform that action at this time.
0 commit comments