We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This compiles:
#[derive(Clone="2", Show(Wrong))] struct MyStruct;
Other wrong attributes:
#[deprecated(Very, Wrong)] #[test="something"] #[test(Wrong)] #[stable(Wrong)] #[unstable(Wrong)]