// Regression test for the semantic changes in // . fn main() { let x; let (0 | _) = x; //~^ ERROR used binding `x` isn't initialized }