#### Example ```rust #![feature(if_while_or_patterns)] fn main() { if let 0 | 1 = 0 { println!("hello, world"); }; } ``` We need to update `rustc-ap-syntax` and implement formatting `if_while_or_patterns`.