File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1684,7 +1684,7 @@ fn find_ICE_string(
1684
1684
"platform_intrinsics" , // feature(..)
1685
1685
"::SIGSEGV" ,
1686
1686
"SIGSEGV::" ,
1687
- "delay_span_bug_from_inside_query " ,
1687
+ "span_delayed_bug_from_inside_query " ,
1688
1688
"#[rustc_variance]" ,
1689
1689
"rustc_layout_scalar_valid_range_end" , // rustc attr
1690
1690
"rustc_attrs" ,
@@ -1731,7 +1731,7 @@ fn find_ICE_string(
1731
1731
"Miri caused an ICE during evaluation." ,
1732
1732
"^thread '.*' panicked at" ,
1733
1733
"^query stack during panic" ,
1734
- "^error: internal compiler error: no errors encountered even though `delay_span_bug ` issued$" ,
1734
+ "^error: internal compiler error: no errors encountered even though `span_delayed_bug ` issued$" ,
1735
1735
"^error: internal compiler error: " ,
1736
1736
"RUST_BACKTRACE=" ,
1737
1737
"error: Undefined Behavior" ,
@@ -1795,7 +1795,7 @@ fn find_ICE_string(
1795
1795
}
1796
1796
}
1797
1797
1798
- let delay_span_bug_regex = Regex :: new ( "^error: internal compiler error: no errors encountered even though `delay_span_bug ` issued$" ) . unwrap ( ) ;
1798
+ let delay_span_bug_regex = Regex :: new ( "^error: internal compiler error: no errors encountered even though `span_delayed_bug ` issued$" ) . unwrap ( ) ;
1799
1799
1800
1800
/*
1801
1801
for text in [&output.stdout, &output.stderr] {
You can’t perform that action at this time.
0 commit comments