summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-17994.stderr
blob: 61e1e496f7958068457ced3d8946eb96a012ab19 (plain)
1
2
3
4
5
6
7
8
9
error[E0091]: type parameter `T` is unused
  --> $DIR/issue-17994.rs:2:10
   |
LL | type Huh<T> where T: Tr = isize;
   |          ^ unused type parameter

error: aborting due to previous error

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