]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-17904-2.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-17904-2.stderr
1 error[E0392]: parameter `T` is never used
2   --> $DIR/issue-17904-2.rs:4:12
3    |
4 LL | struct Foo<T> where T: Copy; //~ ERROR parameter `T` is never used
5    |            ^ unused type parameter
6    |
7    = help: consider removing `T` or using a marker such as `std::marker::PhantomData`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0392`.