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

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