2022-02-17 07:55:58 -06:00
|
|
|
error[E0277]: `{integer}` is not a future
|
2022-05-27 14:31:10 -05:00
|
|
|
--> $DIR/issue-83919.rs:21:26
|
2022-02-17 07:55:58 -06:00
|
|
|
|
|
2022-05-27 14:31:10 -05:00
|
|
|
LL | fn get_fut(&self) -> Self::Fut {
|
|
|
|
| ^^^^^^^^^ `{integer}` is not a future
|
2022-02-17 07:55:58 -06:00
|
|
|
|
|
|
|
|
= help: the trait `Future` is not implemented for `{integer}`
|
|
|
|
= note: {integer} must be a future or must implement `IntoFuture` to be awaited
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-02-17 07:55:58 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|