about summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr')
-rw-r--r--src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr b/src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr
deleted file mode 100644
index c672acee040..00000000000
--- a/src/test/ui/rfc-2005-default-binding-mode/no-double-error.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
-  --> $DIR/no-double-error.rs:8:14
-   |
-LL |         u32::XXX => { }
-   |              ^^^ associated item not found in `u32`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0599`.