Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
resolve
/
token-error-correct-4.rs
blob: 49fad4bd97fa16ca2f5e6fb3060004804c734c6e [
file
]
// 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