-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG rocket 0.4.5 compilation fails #1358
Labels
no bug
The reported bug was confirmed nonexistent
Comments
Solved via rust-lang/rust#73293 |
For posterity: as noted in the guide, a |
Closed
DominicRoyStang
added a commit
to DominicRoyStang/uvindex
that referenced
this issue
Jul 8, 2020
DominicRoyStang
added a commit
to DominicRoyStang/uvindex
that referenced
this issue
Jul 8, 2020
DominicRoyStang
added a commit
to DominicRoyStang/uvindex
that referenced
this issue
Jul 8, 2020
TheSirC
added a commit
to TheSirC/backend-website-pmc
that referenced
this issue
Aug 25, 2020
This is only to dodge the `pear_try!(path_and_query(is_pchar))` bullet described [here](rwf2/Rocket#1358)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: