blob: 4a06cd777d49e18b4f962cb0c9657a293ba236a7 [file] [log] [blame]
error[E0573]: expected type, found module `a`
--> $DIR/trait-impl-for-module.rs:7:12
|
LL | impl A for a {
| ^ help: a trait with a similar name exists: `A`
error: aborting due to previous error