We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![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.
rustc-ap-syntax
if_while_or_patterns