]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-35976.stderr
99b243a077792eec0386b3186fd0a244d3f0fd69
[rust.git] / src / test / ui / issues / issue-35976.stderr
1 error: the `wait` method cannot be invoked on a trait object
2   --> $DIR/issue-35976.rs:14:9
3    |
4 LL |     arg.wait();
5    |         ^^^^
6    |
7 help: another candidate was found in the following trait, perhaps add a `use` for it:
8    |
9 LL | use private::Future;
10    |
11
12 error: aborting due to previous error
13