Packages icon indicating copy to clipboard operation
Packages copied to clipboard

[Rust] `macro` marked as invalid

Open AmjadHD opened this issue 3 years ago • 3 comments

What happened?

    /// 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 */
    }

image

AmjadHD avatar Jun 19 '22 13:06 AmjadHD