os-rust/src/test/ui/codemap_tests/coherence-overlapping-inherent-impl-trait.stderr

11 lines
311 B
Text
Raw Normal View History

error[E0592]: duplicate definitions with name `f`
2018-12-25 08:56:47 -07:00
--> $DIR/coherence-overlapping-inherent-impl-trait.rs:4:10
|
2019-03-09 15:03:44 +03:00
LL | impl C { fn f() {} }
| ^^^^^^^^^ duplicate definitions for `f`
2018-02-23 03:42:32 +03:00
LL | impl C { fn f() {} }
| --------- other definition for `f`
error: aborting due to previous error