File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,19 @@ use hir::def_id::DefId;
15
15
use hir:: map:: { DefPathData , Node } ;
16
16
use hir;
17
17
use ich:: NodeIdHashingMode ;
18
- use middle:: const_val:: ConstVal ;
19
18
use traits;
20
19
use ty:: { self , Ty , TyCtxt , TypeFoldable } ;
21
- use ty:: fold:: TypeVisitor ;
22
20
use ty:: subst:: UnpackedKind ;
23
21
use ty:: maps:: TyCtxtAt ;
24
22
use ty:: TypeVariants :: * ;
25
23
use ty:: layout:: { Integer , IntegerExt } ;
26
24
use util:: common:: ErrorReported ;
27
25
use middle:: lang_items;
28
- use mir:: interpret:: { Value , PrimVal } ;
29
26
30
27
use rustc_data_structures:: stable_hasher:: { StableHasher , StableHasherResult ,
31
28
HashStable } ;
32
29
use rustc_data_structures:: fx:: FxHashMap ;
33
30
use std:: { cmp, fmt} ;
34
- use std:: hash:: Hash ;
35
- use std:: intrinsics;
36
31
use syntax:: ast;
37
32
use syntax:: attr:: { self , SignedInt , UnsignedInt } ;
38
33
use syntax_pos:: { Span , DUMMY_SP } ;
You can’t perform that action at this time.
0 commit comments