about summary refs log tree commit diff
path: root/src/test/ui/structs/struct-fields-dupe.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/structs/struct-fields-dupe.stderr')
-rw-r--r--src/test/ui/structs/struct-fields-dupe.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/structs/struct-fields-dupe.stderr b/src/test/ui/structs/struct-fields-dupe.stderr
deleted file mode 100644
index aaf2533dc01..00000000000
--- a/src/test/ui/structs/struct-fields-dupe.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0062]: field `foo` specified more than once
-  --> $DIR/struct-fields-dupe.rs:8:9
-   |
-LL |         foo: 0,
-   |         ------ first use of `foo`
-LL |         foo: 0
-   |         ^^^ used more than once
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0062`.