]> git.lizzy.rs Git - rust.git/blob - tests/ui/impl-trait/issue-55872.stderr
Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnr
[rust.git] / tests / ui / impl-trait / issue-55872.stderr
1 error: type parameter `T` is part of concrete type but not used in parameter list for the `impl Trait` type alias
2   --> $DIR/issue-55872.rs:13:9
3    |
4 LL |         || ()
5    |         ^^^^^
6
7 error: aborting due to previous error
8