Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
resolve
/
token-error-correct-4.rs
blob: 5e31d71e7bf46dafb611a310262582938d1c7fac [
file
] [
log
] [
blame
]
// run-rustfix
// Test that we do some basic error correction in the tokeniser and apply suggestions.
fn
setsuna
(
_
:
())
{}
fn
kazusa
()
{}
fn
main
()
{
setsuna
(
kazusa
();
//~ ERROR: expected one of
}
//~ ERROR: expected expression