rust-lang / rust-lang/reference

Document `#![feature(..)]` attribute?

Open
#2,076 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

A-attributes C-bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.