rust/src/test/ui/issue-35976.stderr
2017-08-03 14:40:40 +02:00

11 lines
320 B
Text

error: the `wait` method cannot be invoked on a trait object
--> $DIR/issue-35976.rs:24:9
|
24 | arg.wait();
| ^^^^
|
= note: another candidate was found in the following trait, perhaps add a `use` for it:
candidate #1: `use private::Future;`
error: aborting due to previous error