diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2020-07-10 16:05:35 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2020-07-14 10:50:24 -0700 |
| commit | b7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5 (patch) | |
| tree | 948c584ddebe707a794fa28f477006d00ba5d317 /src/test/ui/async-await | |
| parent | 28e6f1f5b9370334271042638e7e368319152d55 (diff) | |
| download | rust-b7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5.tar.gz rust-b7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5.zip | |
Remove `Sized` `on_unimplemented` note
Diffstat (limited to 'src/test/ui/async-await')
| -rw-r--r-- | src/test/ui/async-await/issue-72590-type-error-sized.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/async-await/issue-72590-type-error-sized.stderr b/src/test/ui/async-await/issue-72590-type-error-sized.stderr index 603895b598c..95ed9513f35 100644 --- a/src/test/ui/async-await/issue-72590-type-error-sized.stderr +++ b/src/test/ui/async-await/issue-72590-type-error-sized.stderr @@ -17,7 +17,6 @@ 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` - = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait> = note: required because it appears within the type `Foo` = note: all local variables must have a statically known size = help: unsized locals are gated as an unstable feature |
