]> git.proxmox.com Git - rustc.git/blame - tests/ui/issues/issue-35976.unimported.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / issues / issue-35976.unimported.stderr
CommitLineData
3b2f2976 1error: the `wait` method cannot be invoked on a trait object
487cf647 2 --> $DIR/issue-35976.rs:20:9
3b2f2976 3 |
74b04a01
XL
4LL | fn wait(&self) where Self: Sized;
5 | ----- this has a `Sized` requirement
6...
0531ce1d 7LL | arg.wait();
3b2f2976 8 | ^^^^
487cf647
FG
9 |
10help: another candidate was found in the following trait, perhaps add a `use` for it:
11 |
353b0b11 12LL + use private::Future;
487cf647 13 |
3b2f2976 14
4b012472 15error: aborting due to 1 previous error
3b2f2976 16