]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/token-error-correct-4.rs
Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup
[rust.git] / src / test / ui / resolve / token-error-correct-4.rs
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