Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
cross
/
cross-file-errors
/
main.rs
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
}