]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/single-primitive-inherent-impl.stderr
Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez
[rust.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