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