This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
--> /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?