]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/single-primitive-inherent-impl.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / single-primitive-inherent-impl.stderr
index 21bbbe693466dbe6fca8a9c324dbf58934adacda..d357afa3b3841797e934dd172d92a343b02b61d9 100644 (file)
@@ -2,7 +2,7 @@ error[E0390]: only a single inherent implementation marked with `#[lang = "str"]
   --> $DIR/single-primitive-inherent-impl.rs:11:1
    |
 LL | / impl str {
-LL | | //~^ error: only a single inherent implementation marked with `#[lang = "str"]` is allowed for the `str` primitive
+LL | |
 LL | | }
    | |_^
    |
@@ -10,7 +10,7 @@ help: consider using a trait to implement these methods
   --> $DIR/single-primitive-inherent-impl.rs:11:1
    |
 LL | / impl str {
-LL | | //~^ error: only a single inherent implementation marked with `#[lang = "str"]` is allowed for the `str` primitive
+LL | |
 LL | | }
    | |_^