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
macro
/// Attribute macro used to apply derive macros. #[stable(feature = "rust1", since = "1.0.0")] #[rustc_builtin_macro] pub macro derive($item:item) { /* compiler built-in */ }
The text was updated successfully, but these errors were encountered:
According to https://doc.rust-lang.org/reference/keywords.html#reserved-keywords macro is a reserved but not yet used word. As such it may not be used and therefore seems to be highlighted invalid by intend.
According to https://github.com/rust-lang/rfcs/blob/master/text/1584-macros.md it is a experimental feature which is scheduled for Rust 2.0
Sorry, something went wrong.
Ok, thanks. should I open a ticket for this ?
This issue is already fixed in ST4134. Maybe fixed by #2305
No branches or pull requests
What happened?
The text was updated successfully, but these errors were encountered: