about summary refs log tree commit diff
path: root/tests/pretty/never-pattern.pp
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-04-24Fix pretty printing of never pattern match arms.Nicholas Nethercote-3/+2
2025-04-24Add a pretty printing test involving a never pattern.Nicholas Nethercote-0/+18
This currently prints badly, with unclosed indentation.