]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0392.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / E0392.stderr
index 7b0bfe372757a361f76881515f71673897a9f79c..860bf68f0189b5f7de115258c790317f607f4dc7 100644 (file)
@@ -4,7 +4,7 @@ error[E0392]: parameter `T` is never used
 LL | enum Foo<T> { Bar }
    |          ^ unused parameter
    |
-   = help: consider removing `T`, referring to it in a field, or using a marker such as `std::marker::PhantomData`
+   = help: consider removing `T`, referring to it in a field, or using a marker such as `PhantomData`
 
 error: aborting due to previous error