rust/tests/mir-opt/simplify_locals_fixedpoint.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
320 B
Rust
Raw Normal View History

// skip-filecheck
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
2020-04-03 17:40:08 -05:00
//@ compile-flags: -Zmir-opt-level=1
fn foo<T>() {
if let (Some(a), None) = (Option::<u8>::None, Option::<T>::None) {
if a > 42u8 {
}
}
}
fn main() {
foo::<()>();
}
2022-12-04 13:20:55 -06:00
// EMIT_MIR simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff