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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
--> /Users/----/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_http-0.4.1/src/parse/uri/parser.rs:119:34
|
119 | let path_and_query = pear_try!(path_and_query(is_pchar));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: message: called `Option::unwrap()` on a `None` value
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
error: could not compile `rocket_http`.
I cloned directly from the repository, installed rust and the other dependencies but ran into this error. Tried reinstalling rust and the other packages but had the same issue. Anyone know why/have the same problem?
The text was updated successfully, but these errors were encountered:
It can be fixed by running cargo update -p pear, which updates your Cargo.lock to use the latest version of Pear (which includes a bugfix for the regression).
It can be fixed by running cargo update -p pear, which updates your Cargo.lock to use the latest version of Pear (which includes a bugfix for the regression).
I cloned directly from the repository, installed rust and the other dependencies but ran into this error. Tried reinstalling rust and the other packages but had the same issue. Anyone know why/have the same problem?
The text was updated successfully, but these errors were encountered: