Sign in
◑
Theme
rust
/
rust
/
2e32d85ac962fb22df6eaaeaf222f3e62cd7fe29
/
.
/
tests
/
ui
/
resolve
/
token-error-correct.rs
blob: 84ee90e36856c5041a2f93831759eb684f00334a [
file
]
// Test that we do some basic error correction in the tokeniser.
fn
main
()
{
foo
(
bar
(;
}
//~^ ERROR: mismatched closing delimiter: `}`
fn
foo
(
_
:
usize
)
{}