summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/impl-for-module.stderr
blob: 6ec4083b513dbf1a5abf84c5e8bc7ef725437a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 previous error

For more information about this error, try `rustc --explain E0573`.