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
Running the noop traversal script over a freshly translated nginx gives you these weird compilation errors:
error: expected identifier, found keyword `mut` --> <anon>:1:12 | 1 | pub static mut inc: uint64_t = 1i32 as uint64_t; | ^^^ expected identifier, found keyword help: you can escape reserved keywords to use them as identifiers | 1 | pub static r#mut inc: uint64_t = 1i32 as uint64_t; | ^^^^^
However, when you run it a second time you don't see these errors anymore
The text was updated successfully, but these errors were encountered:
rinon
No branches or pull requests
Running the noop traversal script over a freshly translated nginx gives you these weird compilation errors:
However, when you run it a second time you don't see these errors anymore
The text was updated successfully, but these errors were encountered: