]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/unused_generic_param.stderr
Add test for issue-63279
[rust.git] / src / test / ui / type-alias-impl-trait / unused_generic_param.stderr
1 error: at least one trait must be specified
2   --> $DIR/unused_generic_param.rs:6:33
3    |
4 LL | type PartiallyDefined<T> = impl 'static;
5    |                                 ^^^^^^^
6
7 error: at least one trait must be specified
8   --> $DIR/unused_generic_param.rs:13:34
9    |
10 LL | type PartiallyDefined2<T> = impl 'static;
11    |                                  ^^^^^^^
12
13 error: aborting due to 2 previous errors
14