]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-3036.rs
Account for cases where we can find the type arg name, but the local name is `_`
[rust.git] / src / test / ui / parser / issue-3036.rs
1 // Testing that semicolon tokens are printed correctly in errors
2
3 fn main()
4 {
5     let x = 3
6 } //~ ERROR: expected one of `.`, `;`, `?`, or an operator, found `}`