Skip to content

Issues: rust-lang/rustfmt

rustfmt changes code between stable and beta
#6203 by Manishearth was closed Jul 17, 2024
Closed 3
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
Sort

Issues list

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
Too long line for function parameter of type impl Trait e-max width error[internal]: line formatted, but exceeded maximum width poor-formatting
#6381 opened Oct 31, 2024 by benediktsatalia
rustfmt leaves behind a too-long line inside a closure a-closures e-max width error[internal]: line formatted, but exceeded maximum width poor-formatting
#6344 opened Sep 22, 2024 by RalfJung
Failure to split a line exceeding the maximum width e-max width error[internal]: line formatted, but exceeded maximum width good first issue Issues up for grabs, also good candidates for new rustfmt contributors
#6202 opened Jun 19, 2024 by Jarcho
match_arm_blocks = false interacts poorly on some lines that are exactly max_width + 2 long. a-matches match arms, patterns, blocks, etc e-max width error[internal]: line formatted, but exceeded maximum width only-with-option requires a non-default option value to reproduce
#6136 opened Apr 2, 2024 by pyrrho
Single-line where clauses may be 1 character too long e-max width error[internal]: line formatted, but exceeded maximum width poor-formatting
#5990 opened Dec 24, 2023 by kpreid
derive attribute is not wrapped if it's exactly max length e-max width error[internal]: line formatted, but exceeded maximum width feature-request p-low
#5796 opened Jun 21, 2023 by Dzordzu
False negative with error_on_line_overflow in Clippy source file a-macros e-max width error[internal]: line formatted, but exceeded maximum width help wanted
#5700 opened Feb 27, 2023 by smoelius
Use of incorrect width when rewriting nested doc comment can lead to doc comment exceeding the max width a-comments e-max width error[internal]: line formatted, but exceeded maximum width only-with-option requires a non-default option value to reproduce
#5531 opened Sep 4, 2022 by laralove143
Fmt failure with wrap_comments = true a-chains a-comments e-max width error[internal]: line formatted, but exceeded maximum width e-trailing whitespace error[internal]: left behind trailing whitespace
#5493 opened Aug 10, 2022 by sander2
Cannot prohibit long code lines while allowing long doc lines a-comments e-max width error[internal]: line formatted, but exceeded maximum width feature-request p-low
#5477 opened Jul 31, 2022 by detly
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.