]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0392.stderr
Reword E0392 slightly
[rust.git] / src / test / ui / error-codes / E0392.stderr
index d0b808df184c4bcb7c07414ea05354f790e07481..d036cb5a07f3df10755788a9a91e801309d0f998 100644 (file)
@@ -4,7 +4,7 @@ error[E0392]: parameter `T` is never used
 LL | enum Foo<T> { Bar }
    |          ^ unused parameter
    |
-   = help: consider removing `T` or using a marker such as `std::marker::PhantomData`
+   = help: consider removing `T`, refering to it in a field or using a marker such as `std::marker::PhantomData`
 
 error: aborting due to previous error