about summary refs log tree commit diff
path: root/tests/ui/rustc-env/min-stack-banana.rs
AgeCommit message (Collapse)AuthorLines
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+3
2024-05-19defrost RUST_MIN_STACK=ice rustc hello.rsJubilee Young-0/+2
An earlier commit included the change for a suggestion here. Unfortunately, it also used unwrap instead of dying properly. Roll out the ~~rice paper~~ EarlyDiagCtxt before we do anything that might leave a mess.