rust-lang / rust-lang/reference
Document `#![feature(..)]` attribute?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 607
- PR merge metrics
- PR metrics pending
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.
cc https://github.com/rust-lang/fls/issues/549 @Jules-Bertholet @ehuss
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the attribute index mentioned in the issue and compare how the other attributes are documented. Document the Rust feature attribute consistently with those entries, including the behavior shown by the example, and verify that the index and dedicated documentation agree.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100