Decide on (and implement) which parts of the AST can get stability attributes #8967
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
As of #8921, the compiler checks the attributes on structs, enum variants (not enums themselves) and functions. Definitely required: methods (#8961) and mods (#8962).
Up for discussion:
impl Type
andimpl Trait for Type
)type
aliases.(Part of #6875.)
The text was updated successfully, but these errors were encountered: