about summary refs log tree commit diff
path: root/src/test/ui/parser/bind-struct-early-modifiers.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/bind-struct-early-modifiers.stderr')
-rw-r--r--src/test/ui/parser/bind-struct-early-modifiers.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/parser/bind-struct-early-modifiers.stderr b/src/test/ui/parser/bind-struct-early-modifiers.stderr
deleted file mode 100644
index b35762a887c..00000000000
--- a/src/test/ui/parser/bind-struct-early-modifiers.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: expected `,`
-  --> $DIR/bind-struct-early-modifiers.rs:4:20
-   |
-LL |         Foo { ref x: ref x } => {},
-   |         ---        ^
-   |         |
-   |         while parsing the fields for this pattern
-
-error: aborting due to previous error
-