about summary refs log tree commit diff
path: root/tests/pretty/postfix-match
AgeCommit message (Collapse)AuthorLines
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
Use `splice` to avoid shifting the other items twice. Put `extern crate std;` first so it's already resolved when we resolve `::std::prelude::rust_20XX`.
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-1/+1
2024-04-29Pretty-print parenthesis around binary in postfix matchSasha Pourcelot-0/+89
Signed-off-by: Sasha Pourcelot <sasha.pourcelot@protonmail.com>