]> git.lizzy.rs Git - rust.git/blob - tests/ui/methods/method-macro-backtrace.stderr
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.git] / tests / ui / methods / method-macro-backtrace.stderr
1 error[E0592]: duplicate definitions with name `bar`
2   --> $DIR/method-macro-backtrace.rs:22:5
3    |
4 LL |     fn bar(&self) { }
5    |     ------------- other definition for `bar`
6 LL |     fn bar(&self) { }
7    |     ^^^^^^^^^^^^^ duplicate definitions for `bar`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0592`.