blob: 1902ab94d4c0d1ec136f397bbc4f3239ab9f1576 [file] [log] [blame]
#[macro_use]
mod underscore;
fn main() {
underscore!();
//~^ ERROR `_` can only be used on the left-hand side of an assignment
//~| ERROR destructuring assignments are unstable
}