Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
cross
/
cross-file-errors
/
main.rs
blob: 74e9461803c52ee909296e10966d0d8b3699673e [
file
] [
log
] [
blame
]
#[
macro_use
]
mod
underscore
;
fn
main
()
{
underscore
!();
//~^ ERROR expected expression, found reserved identifier `_`
}