summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-eval/const-eval-query-stack.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-eval/const-eval-query-stack.stderr')
-rw-r--r--src/test/ui/consts/const-eval/const-eval-query-stack.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-query-stack.stderr b/src/test/ui/consts/const-eval/const-eval-query-stack.stderr
deleted file mode 100644
index b97975c4c..000000000
--- a/src/test/ui/consts/const-eval/const-eval-query-stack.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error[E0080]: evaluation of constant value failed
- --> $DIR/const-eval-query-stack.rs:17:16
- |
-LL | const X: i32 = 1 / 0;
- | ^^^^^ attempt to divide `1_i32` by zero
-
-query stack during panic:
-#0 [eval_to_allocation_raw] const-evaluating + checking `X`
-#1 [eval_to_const_value_raw] simplifying constant for the type system `X`
-#2 [eval_to_const_value_raw] simplifying constant for the type system `X`
-#3 [lint_mod] linting top-level module
-#4 [analysis] running analysis passes on this crate
-end of query stack