summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-30236.stderr
blob: 64cbd58d69547d0fa29ce5f2676504f6a4935588 (plain)
1
2
3
4
5
6
7
8
9
error[E0091]: type parameter `Unused` is unused
  --> $DIR/issue-30236.rs:2:5
   |
LL |     Unused
   |     ^^^^^^ unused type parameter

error: aborting due to previous error

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