-
Notifications
You must be signed in to change notification settings - Fork 930
Issues: rust-lang/rustfmt
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
Label
Projects
Milestones
Assignee
Sort
Issues list
format_strings
can cause code to no longer be reformatted
a-strings
#6576
opened Jun 10, 2025 by
VorpalBlade
Add Support for sorting
#[derive(...)]
feature-request
#6574
opened Jun 9, 2025 by
maksym-arutyunyan
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 Style Edition 2024
e-trailing whitespace
error[internal]: left behind trailing whitespace
--edition 2024
a-2024-edition
#6568
opened May 21, 2025 by
mmottl
Wrong indentation when using double
?
to handle long async function calls
a-closures
#6564
opened May 13, 2025 by
eareimu
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
Comments placed in-between a field and type in a struct get deleted after formatting
a-comments
bug
Panic, non-idempotency, invalid code, etc.
#6551
opened Apr 26, 2025 by
anarchvile
Unclear message for comments with trailing spaces
feature-request
p-low
#6545
opened Apr 19, 2025 by
giluis
Commented out Panic, non-idempotency, invalid code, etc.
macro_rules
arm gets moved after previous arm
a-comments
bug
#6544
opened Apr 18, 2025 by
Alexendoo
Off by one: return type on associated function/method wraps at exactly Issues up for grabs, also good candidates for new rustfmt contributors
max_width
good first issue
#6539
opened Apr 13, 2025 by
chrisduerr
use_small_heuristics = "Max"
ignores max_width
for macros
a-2024-edition
#6538
opened Apr 13, 2025 by
chrisduerr
[unstable option] tracking issue of an unstable option
match_arm_indent
unstable option
#6533
opened Apr 2, 2025 by
ytmimi
1 of 4 tasks
Add formatting support for the Blocked on rustc, an RFC, etc.
feature-request
asm!
macro
blocked
#6526
opened Mar 29, 2025 by
folkertdev
Encountered cargo fmt ICE when writing complicated match statements with field names containing greek letters and trailing space after comma
bug
Panic, non-idempotency, invalid code, etc.
fixed
#6523
opened Mar 28, 2025 by
xiyuzhai
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
Formatting a line comment inbetween a function parameter and its type results in the type being commented out
a-comments
bug
Panic, non-idempotency, invalid code, etc.
p-low
#6520
opened Mar 23, 2025 by
5225225
cargo fmt with specified manifest-path does not work in workspaces with bin and lib packages
#6517
opened Mar 21, 2025 by
narasamdya
Weird new-line that does not shrink line width
poor-formatting
#6515
opened Mar 19, 2025 by
Robbepop
ICE on experimental feature fn delegation (Panic, non-idempotency, invalid code, etc.
p-low
reuse
) in associated item position
bug
#6513
opened Mar 18, 2025 by
fmease
rustfmt should reorder precise capturing
feature-request
p-low
#6504
opened Mar 14, 2025 by
oriongonza
Undesired reformatting of comments applying to array elements.
a-comments
duplicate
#6497
opened Mar 10, 2025 by
anforowicz
Illegally adds comma to macro invocation
a-macros
bug
Panic, non-idempotency, invalid code, etc.
#6496
opened Mar 10, 2025 by
Person-93
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.