Error on page 31 zero2prod
error[E0277]: the `?` operator can only be applied to values that implement `Try`
--> src/main.rs:5:5
|
5 | run()?.await
| ^^^^^^ the `?` operator cannot be applied to type `impl Future`
|
= help: the trait `Try` is not implemented for `impl Future`
= note: required by `into_result`