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
On Rust 1.47, compilation fails with a lot of errors similar to this:
error[E0423]: expected value, found macro `env` --> core/src/lang.rs:182:52 | 182 | "lang-node-type-named-p" fn node_kind_is_named(type_id: u16) -> bool | ^^^^^^^ not a value | help: use `!` to invoke the macro | 182 | "lang-node-type-named-p" fn node_kind_is_named(type_id!: u16) -> bool | ^ help: consider importing this function instead | 1 | use crate::lang::os::unix::process::sys::os::env; |
The text was updated successfully, but these errors were encountered:
6c65e23
No branches or pull requests
On Rust 1.47, compilation fails with a lot of errors similar to this:
The text was updated successfully, but these errors were encountered: