Rocket: BUG rocket 0.4.5 compilation fails

Created on 25 Jun 2020  路  2Comments  路  Source: SergioBenitez/Rocket

  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.

invalid

Most helpful comment

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lambda-fairy picture lambda-fairy  路  4Comments

marcusball picture marcusball  路  3Comments

lucklove picture lucklove  路  4Comments

PSeitz picture PSeitz  路  3Comments

Perseus101 picture Perseus101  路  4Comments