2017-08-03 06:50:06 -05:00
|
|
|
error: the `wait` method cannot be invoked on a trait object
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-35976.rs:14:9
|
2017-08-03 06:50:06 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | arg.wait();
|
2017-08-03 06:50:06 -05:00
|
|
|
| ^^^^
|
2019-10-24 00:20:58 -05:00
|
|
|
|
|
2017-11-16 06:14:22 -06:00
|
|
|
help: another candidate was found in the following trait, perhaps add a `use` for it:
|
|
|
|
|
|
2018-02-24 17:01:39 -06:00
|
|
|
LL | use private::Future;
|
2017-11-16 06:14:22 -06:00
|
|
|
|
|
2017-08-03 06:50:06 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|