about summary refs log tree commit diff
path: root/tests/ui/unpretty/interpolation-expanded.stdout
AgeCommit message (Collapse)AuthorLines
2025-05-02Improve coverage of HIR pretty printing.Nicholas Nethercote-0/+104
By taking the existing `expanded-exhaustive.rs` test and running it with both `Zunpretty=expanded` *and* `Zunpretty=hir`. Also rename some files, and split the asm parts out so they only run on x86-64.