Rename `feature(optin_builtin_traits)` to `feature(auto_traits)`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 231
- Avg merge
- 19h 55m
- Merged PRs (30d)
- 67
Description
Since we are targeting Rust 1.49 at the moment, we must handle the feature named optin_builtin_traits but will need to rename it in the future.
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
Search the gccrs repository for references to feature(optin_builtin_traits) and identify all locations that use the old name. Rename those references to feature(auto_traits), then verify the compiler still handles the feature consistently; the issue does not name a specific test or file to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100