os-rust/src/test/mir-opt/simplify_locals_fixedpoint.rs

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

16 lines
259 B
Rust
Raw Normal View History

2020-04-03 18:40:08 -04: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::<()>();
}
2020-07-27 21:22:43 +02:00
// EMIT_MIR simplify_locals_fixedpoint.foo.SimplifyLocals.diff