rust-lang / rust-lang/rustc_codegen_gcc
--sysroot-panic-abort might not be necessary anymore
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 105
- Avg merge
- 8h 20m
- Merged PRs (30d)
- 14
Description
Since the crate panic_abort is now built with -Cpanic=abort.
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 by tracing where --sysroot-panic-abort is defined and consumed, then compare that behavior with the panic_abort crate being built using -Cpanic=abort. Confirm whether the option is redundant and identify the affected configuration or build paths; done means the unnecessary handling is removed without breaking relevant builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100