Skip to content
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

Closed
benjaminweb opened this issue Jun 25, 2020 · 2 comments
Closed

BUG rocket 0.4.5 compilation fails #1358

benjaminweb opened this issue Jun 25, 2020 · 2 comments
Labels
no bug The reported bug was confirmed nonexistent

Comments

@benjaminweb
Copy link

  1. Version: rocket 0.4.5, rustc 1.46.0-nightly (67100f61e 2020-06-24)

  2. Archlinux 5.5.9-arch1-2

  3. 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));
    • When the bug occurs: compiling the package.
    • What you expected: successful compilation vs. what actually happened: compilation fails.
  4. How you uncovered the bug. Short, reproducible tests are especially useful. compiling the package

  5. Ideas, if any, about what Rocket is doing incorrectly. None.

@benjaminweb
Copy link
Author

Solved via rust-lang/rust#73293

@SergioBenitez SergioBenitez added the no bug The reported bug was confirmed nonexistent label Jun 25, 2020
@SergioBenitez
Copy link
Member

For posterity: as noted in the guide, a cargo update resolves the issue.

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
Labels
no bug The reported bug was confirmed nonexistent
Projects
None yet
Development

No branches or pull requests

2 participants