-
Notifications
You must be signed in to change notification settings - Fork 563
Open
Labels
A-attributesArea: AttributesArea: AttributesC-bugIncorrect statements, terminology, or rendering issuesIncorrect statements, terminology, or rendering issues
Description
This is a valid program on stable Rust:
#![feature()]
#![expect(unused_attributes)]
fn main() {}Consequently, perhaps we should document the feature attribute in the way we do other attributes. Currently, as best as I see, we mention it in our attribute index but do not otherwise really document it.
Metadata
Metadata
Assignees
Labels
A-attributesArea: AttributesArea: AttributesC-bugIncorrect statements, terminology, or rendering issuesIncorrect statements, terminology, or rendering issues