]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/substs-ppaux.normal.stderr
Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay
[rust.git] / src / test / ui / substs-ppaux.normal.stderr
index 8dab8add80b8ab0b12dcd9428aacc4ad0b648cfd..89be3d29e0cff32c2b3145c5b46cb10f742ff3c1 100644 (file)
@@ -79,7 +79,7 @@ LL |     fn bar<'a, T>() where T: 'a {}
 LL |     <str as Foo<u8>>::bar;
    |     ^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
    |
-   = help: the trait `std::marker::Sized` is not implemented for `str`
+   = help: the trait `Sized` is not implemented for `str`
    = note: required because of the requirements on the impl of `Foo<'_, '_, u8>` for `str`
 
 error: aborting due to 5 previous errors