Skip to content

Issues: rust-lang/rustfmt

rustfmt changes code between stable and beta
#6203 by Manishearth was closed Jul 17, 2024
Closed 3
Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

format_strings can cause code to no longer be reformatted a-strings String literals only-with-option requires a non-default option value to reproduce
#6576 opened Jun 10, 2025 by VorpalBlade
wrap_comments=true can add a space to already properly formatted comments a-comments duplicate e-trailing whitespace error[internal]: left behind trailing whitespace only-with-option requires a non-default option value to reproduce
#6569 opened May 24, 2025 by ahl
Trailing whitespace remains when passing --edition 2024 a-2024-edition Style Edition 2024 e-trailing whitespace error[internal]: left behind trailing whitespace
#6568 opened May 21, 2025 by mmottl
rustfmt eats attributes while formatting functions with variadic parameters bug Panic, non-idempotency, invalid code, etc. good first issue Issues up for grabs, also good candidates for new rustfmt contributors
#6561 opened May 11, 2025 by mejrs
Semicolon after a return statement breaks code with try blocks and never type bug Panic, non-idempotency, invalid code, etc.
#6553 opened Apr 30, 2025 by kryptan
Commented out macro_rules arm gets moved after previous arm a-comments bug Panic, non-idempotency, invalid code, etc.
#6544 opened Apr 18, 2025 by Alexendoo
Off by one: return type on associated function/method wraps at exactly max_width good first issue Issues up for grabs, also good candidates for new rustfmt contributors
#6539 opened Apr 13, 2025 by chrisduerr
use_small_heuristics = "Max" ignores max_width for macros a-2024-edition Style Edition 2024 a-macros e-max width error[internal]: line formatted, but exceeded maximum width
#6538 opened Apr 13, 2025 by chrisduerr
[unstable option] match_arm_indent unstable option tracking issue of an unstable option
#6533 opened Apr 2, 2025 by ytmimi
1 of 4 tasks
Add formatting support for the asm! macro blocked Blocked on rustc, an RFC, etc. feature-request
#6526 opened Mar 29, 2025 by folkertdev
function return type exceeds max width without wrapping e-max width error[internal]: line formatted, but exceeded maximum width
#6521 opened Mar 26, 2025 by jan-ferdinand
ICE on experimental feature fn delegation (reuse) in associated item position bug Panic, non-idempotency, invalid code, etc. p-low
#6513 opened Mar 18, 2025 by fmease
Illegally adds comma to macro invocation a-macros bug Panic, non-idempotency, invalid code, etc.
#6496 opened Mar 10, 2025 by Person-93
ProTip! Exclude everything labeled bug with -label:bug.