about summary refs log tree commit diff
path: root/tests/pretty/issue-4264.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-07-23Update uitest stderrsJonathan Brouwer-1/+1
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-05-01Bless pretty tests.Mara Bos-1/+1
2025-04-28Streamline the `format` macro.Nicholas Nethercote-8/+6
Removing the unnecessary local variable speeds up compilation a little.
2024-07-06Mark format! with must_use hintlukas-10/+11
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-1/+1
2024-05-20hir pretty: fix block indentNilstrieb-23/+23
2024-02-22Re-bless tests/pretty许杰友 Jieyou Xu (Joe)-3/+3
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-1/+1
2023-03-16Bless pretty tests.Mara Bos-6/+4
2023-01-29Update tests.Mara Bos-3/+4
2023-01-12Bless pretty tests.Mara Bos-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+57