]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/const-param-type-depends-on-type-param.stderr
Reword E0392 slightly
[rust.git] / src / test / ui / const-generics / const-param-type-depends-on-type-param.stderr
index 142efe45ac2d7ce8a042fdbad6dd7be1b53bf89d..b72c68036d701b8cc63b0b8e3513191b1e8425a2 100644 (file)
@@ -18,7 +18,7 @@ error[E0392]: parameter `T` is never used
 LL | pub struct Dependent<T, const X: T>([(); X]);
    |                      ^ 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 2 previous errors