blob: 3f8dcef857fdfd720add6d19014c507d759b16dd [file] [log] [blame]
error[E0592]: duplicate definitions with name `method`
--> $DIR/inherent-impls-conflicting.rs:7:14
|
LL | impl Alias { fn method() {} }
| ^^^^^^^^^^^ duplicate definitions for `method`
LL | impl Local { fn method() {} }
| ----------- other definition for `method`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0592`.