File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99// CHECK: @STATIC = {{.*}}, align 4
1010
1111// This checks the constants from inline_enum_const
12- // CHECK: @alloc_701ed935fbda2002838d0a2cbbc171e5 = {{.*}}, align 2
12+ // CHECK: @alloc_af1f8e8e6f4b341431a1d405e652df2d = {{.*}}, align 2
1313
1414// This checks the constants from {low,high}_align_const, they share the same
1515// constant, but the alignment differs, so the higher one should be used
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mod aux_mod;
1212include ! ( "aux_mod.rs" ) ;
1313
1414// Here we check that the expansion of the file!() macro is mapped.
15- // CHECK: @alloc_af9d0c7bc6ca3c31bb051d2862714536 = private unnamed_addr constant <{ [34 x i8] }> <{ [34 x i8] c"/the/src/remap_path_prefix/main.rs" }>
15+ // CHECK: @alloc_5761061597a97f66e13ef2ff92712c4b = private unnamed_addr constant <{ [34 x i8] }> <{ [34 x i8] c"/the/src/remap_path_prefix/main.rs" }>
1616pub static FILE_PATH : & ' static str = file ! ( ) ;
1717
1818fn main ( ) {
You can’t perform that action at this time.
0 commit comments