2017-08-03 06:50:06 -05:00
|
|
|
error: the `wait` method cannot be invoked on a trait object
|
|
|
|
--> $DIR/issue-35976.rs:24:9
|
|
|
|
|
|
|
|
|
24 | arg.wait();
|
|
|
|
| ^^^^
|
2017-11-16 06:14:22 -06:00
|
|
|
help: another candidate was found in the following trait, perhaps add a `use` for it:
|
|
|
|
|
|
|
|
|
11 | use private::Future;
|
|
|
|
|
|
2017-08-03 06:50:06 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|