about summary refs log tree commit diff
path: root/tests/ui/bootstrap/rustc_bootstrap.rs
AgeCommit message (Collapse)AuthorLines
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-1/+2
and migrate most of remaining `error-pattern`s to it.
2024-12-20Adjust `rustc_bootstap.rs` ui test许杰友 Jieyou Xu (Joe)-0/+47
- Fixed test name, it should've been `rustc_bootstrap.rs`, oops. - Slightly reworded test comment to make it more clear.