rust-lang / rust-lang/rustc_codegen_gcc

--sysroot-panic-abort might not be necessary anymore

Open
#737 0 comments 0 reactions 0 assignees View on GitHub

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.