pub macro derive($item:item) {
    ...
}
Available on non-crate feature miri-test-libstd only.
Expand description

Attribute macro used to apply derive macros.

See the reference for more info.