We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to make some changes but could not compile the code?
Got a bunch of errors with ^^^^ expected usize, found u32 in lexical-core, which I think is related to this issue.
^^^^ expected usize, found u32
lexical-core
I then tried to upgrade nom to 7.0.0, but got more errors due to breaking changes with their error management.
nom
7.0.0
I'm totally new to Rust, just learnt it today.
Can I get some help with the compilation?
Rust version: rustc 1.54.0
Thank you
The text was updated successfully, but these errors were encountered:
Hi. I've updated the dependencies (not to nom 7 though) and it builds for me on Rust 1.54.0 stable. Does that help?
Sorry, something went wrong.
That worked! Thanks again.
No branches or pull requests
Compillation Errors
I tried to make some changes but could not compile the code?
Got a bunch of errors with
^^^^ expected usize, found u32
inlexical-core
, which I think is related to this issue.Nom V7
I then tried to upgrade
nom
to7.0.0
, but got more errors due to breaking changes with their error management.Help
I'm totally new to Rust, just learnt it today.
Can I get some help with the compilation?
Rust version: rustc 1.54.0
Thank you
The text was updated successfully, but these errors were encountered: