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
Errors:
error[E0277]: the `?` operator can only be applied to values that implement `Try`
--> /Users/david/.cargo/registry/src/github.com-1ecc6299db9ec823/migrant-0.14.0/src/main.rs:236:23
|
236 | let mut builder = self_update::backends::github::Update::configure()?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `self_update::backends::github::UpdateBuilder`
|
= help: the trait `Try` is not implemented for `self_update::backends::github::UpdateBuilder`
note: required by `branch`
error[E0277]: the `?` operator can only be applied to values that implement `Try`
--> /Users/david/.cargo/registry/src/github.com-1ecc6299db9ec823/migrant-0.14.0/src/main.rs:241:18
|
241 | .target(&self_update::get_target()?)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `&str`
|
= help: the trait `Try` is not implemented for `&str`
note: required by `branch`
For more information about this error, try `rustc --explain E0277`.
error: failed to compile `migrant v0.14.0`, intermediate artifacts can be found at `/var/folders/4x/rsx335ks4gs8xfw9mr4f1ff80000gn/T/cargo-installyQ4dVb`
Caused by:
could not compile `migrant` due to 2 previous errors
The text was updated successfully, but these errors were encountered:
error logs:
The text was updated successfully, but these errors were encountered: