]> git.proxmox.com Git - rustc.git/blame - tests/ui/async-await/in-trait/async-example-desugared-manual.current.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / ui / async-await / in-trait / async-example-desugared-manual.current.stderr
CommitLineData
9c376795 1error: method `foo` should be async because the method from the trait is async
353b0b11 2 --> $DIR/async-example-desugared-manual.rs:25:5
9c376795
FG
3 |
4LL | async fn foo(&self) -> i32;
5 | --------------------------- required because the trait method is async
6...
7LL | fn foo(&self) -> MyFuture {
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^
9
10error: aborting due to previous error
11