Version: rocket 0.4.5, rustc 1.46.0-nightly (67100f61e 2020-06-24)
Archlinux 5.5.9-arch1-2
A brief description of the bug that includes:
cargo build
Compiling rocket_http v0.4.5
error: proc macro panicked
--> /srv/http/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_http-0.4.5/src/parse/uri/parser.rs:119:34
|
119 | let path_and_query = pear_try!(path_and_query(is_pchar));How you uncovered the bug. Short, reproducible tests are especially useful. compiling the package
Ideas, if any, about what Rocket is doing incorrectly. None.
Solved via https://github.com/rust-lang/rust/pull/73293
For posterity: as noted in the guide, a cargo update resolves the issue.
Most helpful comment
For posterity: as noted in the guide, a
cargo updateresolves the issue.