summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/issue-102114.stderr
blob: 8e41dee54d7e4675e2f927a99e42dad23cf88a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0049]: type `B` has 1 type parameter but its trait declaration has 0 type parameters
  --> $DIR/issue-102114.rs:11:12
   |
LL |     type B<'b>;
   |            -- expected 0 type parameters
...
LL |     type B<T> = Wrapper<T>;
   |            ^ found 1 type parameter

error: aborting due to previous error

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