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.

16 lines
265 B
Rust
Raw Normal View History

2020-04-03 22:40:08 +00: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 19:20:55 +00:00
// EMIT_MIR simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff