Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
resolve
/
token-error-correct-4.rs
blob: 49fad4bd97fa16ca2f5e6fb3060004804c734c6e [
file
] [
log
] [
blame
]
// Test that we do some basic error correction in the tokeniser and apply suggestions.
fn
setsuna
(
_
:
())
{}
fn
kazusa
()
{}
fn
main
()
{
setsuna
(
kazusa
();
}
//~ ERROR mismatched closing delimiter