rust/tests/ui/rustc-env/min-stack-banana.rs
Jubilee Young 9985821b2f defrost RUST_MIN_STACK=ice rustc hello.rs
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.
2024-05-19 18:28:14 -07:00

3 lines
49 B
Rust

//@ rustc-env:RUST_MIN_STACK=banana
fn main() {}