]> git.lizzy.rs Git - rust.git/blob - tests/ui/codemap_tests/coherence-overlapping-inherent-impl-trait.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / codemap_tests / coherence-overlapping-inherent-impl-trait.stderr
1 error[E0592]: duplicate definitions with name `f`
2   --> $DIR/coherence-overlapping-inherent-impl-trait.rs:4:14
3    |
4 LL | impl dyn C { fn f() {} }
5    |              ^^^^^^ duplicate definitions for `f`
6 LL | impl dyn C { fn f() {} }
7    |              ------ other definition for `f`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0592`.