rust/tests/ui/traits/impl-for-module.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

13 lines
351 B
Plaintext

error[E0573]: expected type, found module `a`
--> $DIR/impl-for-module.rs:7:12
|
LL | trait A {
| ------- similarly named trait `A` defined here
...
LL | impl A for a {
| ^ help: a trait with a similar name exists: `A`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0573`.