summary refs log tree commit diff
path: root/src/test/ui/traits/trait-impl-for-module.stderr
blob: 62ae84da99ec8671c98824878d3a2615a798e233 (plain)
1
2
3
4
5
6
7
8
9
error[E0573]: expected type, found module `a`
  --> $DIR/trait-impl-for-module.rs:17: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`.