]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/substs-ppaux.verbose.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / substs-ppaux.verbose.stderr
index a40d5e4bf7ba13a2f7c21eb5001aff0cedc5a212..e37d087fcc958e8b86b92574dd44f455b3f50279 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<'_#0r, '_#1r, u8>` for `str`
 
 error: aborting due to 5 previous errors