]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/promoted-liveness.rs
Auto merge of #67060 - Centril:rollup-hwhdx4h, r=Centril
[rust.git] / src / test / ui / nll / promoted-liveness.rs
1 // Test that promoted that have larger mir bodies than their containing function
2 // don't cause an ICE.
3
4 // check-pass
5
6 fn main() {
7     &["0", "1", "2", "3", "4", "5", "6", "7"];
8 }