Skip to content

Avoid repeated rewrites of overflowing call arguments#6962

Open
srghma wants to merge 1 commit into
rust-lang:mainfrom
srghma:fix-nested-overflow-rewrite-cache
Open

Avoid repeated rewrites of overflowing call arguments#6962
srghma wants to merge 1 commit into
rust-lang:mainfrom
srghma:fix-nested-overflow-rewrite-cache

Conversation

@srghma

@srghma srghma commented Jul 18, 2026

Copy link
Copy Markdown

Summary

Testing

  • cargo fmt --check
  • cargo check -p rustfmt-nightly
  • cargo test -p rustfmt-nightly --lib overflow
  • cargo test system_tests
  • target/release/rustfmt --edition 2024 --emit stdout tests/source/survive-peano-lesson-queue.rs

@rustbot rustbot added the S-waiting-on-review Status: awaiting review from the assignee but also interested parties. label Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

runs infinitely on https://github.com/rust-lang/rust/blob/main/tests/ui/parser/survive-peano-lesson-queue.rs

2 participants