You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the `?` operator can only be applied to values that implement `Try`
--> /home/batman/.cargo/registry/src/github.com-1ecc6299db9ec823/danger-0.1.0/src/bin/update_types.rs:17:18
|
17 | let mut resp = reqwest::get(url)?;
| ^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `implFuture<Output = Result<Response, reqwest::Error>>`
|
= help: the trait `Try` is not implemented for `implFuture<Output = Result<Response, reqwest::Error>>`
For more information about this error, try `rustc --explain E0277`.`
The text was updated successfully, but these errors were encountered:
Hi, looks like you have problem in your code:
The text was updated successfully, but these errors were encountered: