Rust-GCC / Rust-GCC/gccrs

Rename `feature(optin_builtin_traits)` to `feature(auto_traits)`

Open
#1,876 2 comments 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.