]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/issue-72590-type-error-sized.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / async-await / issue-72590-type-error-sized.stderr
index 762afa6450a955c7395e0fadba680db714b54dc7..785fe21dd31420676bd124dc31834de75a1e98ef 100644 (file)
@@ -16,7 +16,7 @@ error[E0277]: the size for values of type `str` cannot be known at compilation t
 LL |     async fn frob(self) {}
    |                   ^^^^ doesn't have a size known at compile-time
    |
-   = help: within `Foo`, the trait `std::marker::Sized` is not implemented for `str`
+   = help: within `Foo`, the trait `Sized` is not implemented for `str`
    = note: required because it appears within the type `Foo`
    = help: unsized locals are gated as an unstable feature
 help: function arguments must have a statically known size, borrowed types always have a known size