[][src]Attribute Macro overrider::override_final

#[override_final]

Throw a compiler error to help ensure this item gets compiled

Because overrider is all about modifying functionality, this will not compile. Instead, A compiler error will emit the priority required to ensure this item is included in the final compilation.

Syntax

Simply add #[override_final] to a fn or impl block.