blob: 99da4b7c87af0ae7a9f9b7afb16d1992f16499e0 [file] [log] [blame]
error[E0573]: expected type, found module `a`
--> $DIR/trait-impl-for-module.rs:7:12
|
LL | impl A for a { //~ ERROR expected type, found module
| ^ help: a trait with a similar name exists: `A`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0573`.