]> git.lizzy.rs Git - rust.git/commitdiff
Fix rebase fallout and make the test work with debug info
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Fri, 21 Aug 2020 08:33:28 +0000 (10:33 +0200)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Sat, 19 Sep 2020 08:36:36 +0000 (10:36 +0200)
src/test/ui/consts/const-eval/const-eval-query-stack.stderr

index dc2661ee796856816b8865c3361dccf17717a507..672076f0affef8183dceeb9f8c5ad7ec47ac95a2 100644 (file)
@@ -9,9 +9,9 @@ LL |     let x: &'static i32 = &(1 / 0);
    = note: `#[deny(const_err)]` on by default
 
 query stack during panic:
-#0 [const_eval_raw] const-evaluating `main::promoted[1]`
-#1 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
-#2 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
+#0 [eval_to_allocation_raw] const-evaluating `main::promoted[1]`
+#1 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
+#2 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
 #3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]`
 #4 [optimized_mir] optimizing MIR for `main`
 #5 [collect_and_partition_mono_items] collect_and_partition_mono_items