We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb0493 commit bd71675Copy full SHA for bd71675
src/test/ui/consts/const-eval/const-eval-query-stack.rs
@@ -1,6 +1,7 @@
1
// compile-flags: -Ztreat-err-as-bug
2
// build-fail
3
// failure-status: 101
4
+// rustc-env:RUST_BACKTRACE=1
5
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
6
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
7
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
src/test/ui/consts/const-eval/const-eval-query-stack.stderr
@@ -1,5 +1,5 @@
error: reaching this expression at runtime will panic or abort
- --> $DIR/const-eval-query-stack.rs:17:28
+ --> $DIR/const-eval-query-stack.rs:18:28
|
LL | let x: &'static i32 = &(1 / 0);
| -^^^^^^^
0 commit comments