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
319 B
Rust
Raw Normal View History

// skip-filecheck
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
2020-04-04 06:40:08 +08: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-05 03:20:55 +08:00
// EMIT_MIR simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff