summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr')
-rw-r--r--src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr b/src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr
deleted file mode 100644
index 586062190..000000000
--- a/src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: user substs: UserSubsts { substs: [&ReStatic u32], user_self_ty: None }
- --> $DIR/dump-adt-brace-struct.rs:19:5
- |
-LL | SomeStruct::<&'static u32> { t: &22 };
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-