File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/ui/consts/const-eval Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
1010// normalize-stderr-test "thread.*panicked.*\n" -> ""
1111// normalize-stderr-test "stack backtrace:\n" -> ""
12- // normalize-stderr-test " \d{1,}: .*\n" -> ""
12+ // normalize-stderr-test "\s\d{1,}: .*\n" -> ""
13+ // normalize-stderr-test "\s at .*\n" -> ""
1314// normalize-stderr-test ".*note: Some details.*\n" -> ""
1415
1516#![ allow( unconditional_panic) ]
Original file line number Diff line number Diff line change 11error: reaching this expression at runtime will panic or abort
2- --> $DIR/const-eval-query-stack.rs:18 :28
2+ --> $DIR/const-eval-query-stack.rs:19 :28
33 |
44LL | let x: &'static i32 = &(1 / 0);
55 | -^^^^^^^
You can’t perform that action at this time.
0 commit comments