Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
error-codes
/
E0600.rs
blob: 7731d86193540184ae06e0b520004d920bd820ca [
file
] [
log
] [
blame
]
fn
main
()
{
!
"a"
;
//~ ERROR E0600
}