about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/const-eval/union_promotion.nll.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/const-eval/union_promotion.nll.stderr b/src/test/ui/const-eval/union_promotion.nll.stderr
deleted file mode 100644
index ea95a8b42a4..00000000000
--- a/src/test/ui/const-eval/union_promotion.nll.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: internal compiler error: unexpected region for local data ReStatic
-  --> $DIR/union_promotion.rs:19:29
-   |
-LL |       let x: &'static bool = &unsafe { //~ borrowed value does not live long enough
-   |  _____________________________^
-LL | |         Foo { a: &1 }.b == Foo { a: &2 }.b
-LL | |     };
-   | |_____^
-
-error: aborting due to previous error
-