]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/chalkify/impl_wf.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / chalkify / impl_wf.stderr
index fb2e0fc1a61699016c5f6e92189f861a47927b75..4ca5ae472f20701a26c9e6e057956de24f21ea2e 100644 (file)
@@ -7,7 +7,7 @@ LL | trait Foo: Sized { }
 LL | impl Foo for str { }
    |      ^^^ 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`
 
 error[E0277]: the trait bound `f32: Foo` is not satisfied
   --> $DIR/impl_wf.rs:27:17