E0043

E0043#

Unused attribute.

An attribute is marked on an entity that does not support this attribute, so the attribute will not take effect.

Erroneous example#

// the attribute is unused and has no effect
#deprecated
fn main {
}