You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling devise v0.2.0
Compiling pear v0.1.2
Compiling rocket_http v0.4.4
error: proc macro panicked
--> /home/flyq/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_http-0.4.4/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 errorerror: could not compile `rocket_http`.To learn more, run the command again with --verbose.warning: build failed, waiting for other jobs to finish...error: build failed
Compiling rocket_http v0.4.5
error: proc macro panicked
--> /home/flyq/.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));| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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) Compiling paillier v0.3.4 (https://github.com/KZen-networks/rust-paillier?tag=v0.3.4#564352cb) Compiling bulletproof v0.2.5 (https://github.com/KZen-networks/bulletproofs?tag=v0.2.5#00be0db5)error: aborting due to previous errorerror: could not compile `rocket_http`.To learn more, run the command again with --verbose.warning: build failed, waiting for other jobs to finish...error: build failed
env
Ubuntu 18.04, I ran the examples successfully before.
I pull the last code: 89b1562
and build:
error log
Maybe it is a bug of
macro_rules!
: Always capture tokens formacro_rules!
argumentsAccording to above, I try this:
and it doesn't fix it:
env
Ubuntu 18.04, I ran the examples successfully before.
The text was updated successfully, but these errors were encountered: