]> git.lizzy.rs Git - rust.git/commitdiff
Revert tests
authorOli Scherer <github35764891676564198441@oli-obk.de>
Wed, 31 Mar 2021 11:33:15 +0000 (11:33 +0000)
committerOli Scherer <github35764891676564198441@oli-obk.de>
Wed, 31 Mar 2021 11:33:15 +0000 (11:33 +0000)
src/test/ui/associated-consts/defaults-cyclic-fail.rs
src/test/ui/consts/const-eval/const-eval-query-stack.rs
src/test/ui/consts/const-eval/const-eval-query-stack.stderr

index d9ff0b09c28c90641924ec89d2fa01c0eb9f75ca..9fb1bbebc96100847ee3e47bcf85f6c4c376743e 100644 (file)
@@ -1,5 +1,5 @@
 // build-fail
-//~^ ERROR cycle detected when normalizing
+//~^ ERROR cycle detected when normalizing `<() as Tr>::A`
 
 // Cyclic assoc. const defaults don't error unless *used*
 trait Tr {
index 017d49d8b2687d12eb3b57d4ff54535c2a2da9a3..8c3959cc11a431c20c5fa78dd29eb27eb0663614 100644 (file)
@@ -1,4 +1,5 @@
-// compile-flags: -Ztreat-err-as-bug=1
+//~ERROR constructed but no error reported
+// compile-flags: -Ztreat-err-as-bug=2
 // build-fail
 // failure-status: 101
 // rustc-env:RUST_BACKTRACE=1
index 4f16cd96a9696e38086ca2bef0634bbb556fed29..e6fecef9fb3b23fb238d753556b2463a9854201d 100644 (file)
@@ -1,5 +1,5 @@
 warning: any use of this value will cause an error
-  --> $DIR/const-eval-query-stack.rs:19:16
+  --> $DIR/const-eval-query-stack.rs:20:16
    |
 LL | const X: i32 = 1 / 0;
    | ---------------^^^^^-
@@ -7,7 +7,7 @@ LL | const X: i32 = 1 / 0;
    |                attempt to divide `1_i32` by zero
    |
 note: the lint level is defined here
-  --> $DIR/const-eval-query-stack.rs:18:8
+  --> $DIR/const-eval-query-stack.rs:19:8
    |
 LL | #[warn(const_err)]
    |        ^^^^^^^^^
@@ -15,16 +15,12 @@ LL | #[warn(const_err)]
    = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
 
 error[E0080]: evaluation of constant value failed
-  --> $DIR/const-eval-query-stack.rs:23:28
+  --> $DIR/const-eval-query-stack.rs:24:28
    |
 LL |     let x: &'static i32 = &X;
    |                            ^ referenced constant has errors
-
 query stack during panic:
-#0 [eval_to_allocation_raw] const-evaluating + checking `main::promoted[1]`
-#1 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]`
-#2 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]`
-#3 [normalize_mir_const_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
+#0 [normalize_mir_const_after_erasing_regions] normalizing `main::promoted[1]`
+#1 [optimized_mir] optimizing MIR for `main`
+#2 [collect_and_partition_mono_items] collect_and_partition_mono_items
 end of query stack