File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
compiler/rustc_target/src/abi Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3416,6 +3416,7 @@ dependencies = [
34163416 " measureme" ,
34173417 " object 0.36.4" ,
34183418 " rustc-demangle" ,
3419+ " rustc_abi" ,
34193420 " rustc_ast" ,
34203421 " rustc_attr" ,
34213422 " rustc_codegen_ssa" ,
@@ -3456,6 +3457,7 @@ dependencies = [
34563457 " object 0.36.4" ,
34573458 " pathdiff" ,
34583459 " regex" ,
3460+ " rustc_abi" ,
34593461 " rustc_arena" ,
34603462 " rustc_ast" ,
34613463 " rustc_attr" ,
@@ -3493,6 +3495,7 @@ name = "rustc_const_eval"
34933495version = " 0.0.0"
34943496dependencies = [
34953497 " either" ,
3498+ " rustc_abi" ,
34963499 " rustc_apfloat" ,
34973500 " rustc_ast" ,
34983501 " rustc_attr" ,
@@ -3772,6 +3775,7 @@ name = "rustc_hir_typeck"
37723775version = " 0.0.0"
37733776dependencies = [
37743777 " itertools" ,
3778+ " rustc_abi" ,
37753779 " rustc_ast" ,
37763780 " rustc_ast_ir" ,
37773781 " rustc_attr" ,
@@ -4027,6 +4031,7 @@ dependencies = [
40274031 " gsgdt" ,
40284032 " polonius-engine" ,
40294033 " rustc-rayon-core" ,
4034+ " rustc_abi" ,
40304035 " rustc_apfloat" ,
40314036 " rustc_arena" ,
40324037 " rustc_ast" ,
@@ -4522,6 +4527,7 @@ name = "rustc_ty_utils"
45224527version = " 0.0.0"
45234528dependencies = [
45244529 " itertools" ,
4530+ " rustc_abi" ,
45254531 " rustc_ast_ir" ,
45264532 " rustc_data_structures" ,
45274533 " rustc_errors" ,
Original file line number Diff line number Diff line change 11use std:: fmt;
22use std:: ops:: Deref ;
33
4- pub use Float :: * ;
5- pub use Integer :: * ;
6- pub use Primitive :: * ;
4+ use Float :: * ;
5+ use Primitive :: * ;
76use rustc_data_structures:: intern:: Interned ;
87use rustc_macros:: HashStable_Generic ;
98
You can’t perform that action at this time.
0 commit comments