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
While trying to use your crate I get an error on the lexer macro.
error[E0433]: failed to resolve: use of undeclared crate or module `parce_macros`
--> src\main.rs:3:1
|
3 | #[lexer(BasicLexer)]
| ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `parce_macros`
|
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
I only copy/pasted the example in your doc in a new binary project main.rs file:
While trying to use your crate I get an error on the lexer macro.
I only copy/pasted the example in your doc in a new binary project main.rs file:
Using rust (stable): 1.53.0
The text was updated successfully, but these errors were encountered: