about summary refs log tree commit diff
path: root/src/test/ui/methods/method-macro-backtrace.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/methods/method-macro-backtrace.stderr')
-rw-r--r--src/test/ui/methods/method-macro-backtrace.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/methods/method-macro-backtrace.stderr b/src/test/ui/methods/method-macro-backtrace.stderr
deleted file mode 100644
index dd616c4a5e7..00000000000
--- a/src/test/ui/methods/method-macro-backtrace.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0592]: duplicate definitions with name `bar`
-  --> $DIR/method-macro-backtrace.rs:22:5
-   |
-LL |     fn bar(&self) { }
-   |     ------------- other definition for `bar`
-LL |     fn bar(&self) { }
-   |     ^^^^^^^^^^^^^ duplicate definitions for `bar`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0592`.