rustfmt on linux crashing with `ignore`
Open
Nobody has claimed this yet.
E-needs-mcve
only-with-option
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 1.1k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 24
Description
command ran:
bazel run @rules_rust//:rustfmt --@rules_rust//:rustfmt.toml=//:rustfmt.toml --output_groups=+rustfmt_checks
rustfmt.toml:
max_width = 100
imports_granularity = "Module"
group_imports = "StdExternalCrate"
ignore = ["third_party/"]
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
Reproduce the crash with the provided Bazel command and rustfmt.toml, including the ignore entry for third_party/. Start by inspecting the linked rustc ICE output to identify the failing path. Done means the command completes without crashing for this configuration, with regression coverage added where the existing rustfmt tests support it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100