]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/single-primitive-inherent-impl.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / single-primitive-inherent-impl.stderr
index d357afa3b3841797e934dd172d92a343b02b61d9..50a0d5bef86d32d5da908db03c8162bf72e59765 100644 (file)
@@ -6,13 +6,7 @@ LL | |
 LL | | }
    | |_^
    |
-help: consider using a trait to implement these methods
-  --> $DIR/single-primitive-inherent-impl.rs:11:1
-   |
-LL | / impl str {
-LL | |
-LL | | }
-   | |_^
+   = help: consider using a trait
 
 error: aborting due to previous error