Closed
Description
I can't find this anywhere in the reference.
#[derive(Debug)]
#[my_awesome_macro] // This is an error.
struct S;
Currently unstable, see: rust-lang/rust#81119
I can't find this anywhere in the reference.
#[derive(Debug)]
#[my_awesome_macro] // This is an error.
struct S;
Currently unstable, see: rust-lang/rust#81119