rust/tests/ui/resolve/token-error-correct-4.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
201 B
Rust
Raw Normal View History

2020-07-02 05:32:12 +00:00
// 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