]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-102114.stderr
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[rust.git] / src / test / ui / generic-associated-types / issue-102114.stderr
1 error[E0049]: type `B` has 1 type parameter but its trait declaration has 0 type parameters
2   --> $DIR/issue-102114.rs:11:12
3    |
4 LL |     type B<'b>;
5    |            -- expected 0 type parameters
6 ...
7 LL |     type B<T> = Wrapper<T>;
8    |            ^ found 1 type parameter
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0049`.