]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/token-error-correct-4.fixed
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / resolve / token-error-correct-4.fixed
1 // run-rustfix
2 // Test that we do some basic error correction in the tokeniser and apply suggestions.
3
4 fn setsuna(_: ()) {}
5
6 fn kazusa() {}
7
8 fn main() {
9     setsuna(kazusa()); //~ ERROR: expected one of
10 } //~ ERROR: expected expression