summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-17994.stderr
blob: ba3def64dfb5d268c84bddf21c59e49225b29615 (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 1 previous error

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