blob: 3f9407e6835169ae9c8d95759e67f2fadf6b61bc [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
| ^ did you mean `A`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0573`.