This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6d69b2e408
rust
/
tests
/
ui
/
parser
/
mismatched-delim-brace-empty-block.rs
6 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Collect occurrences of for mismatched braces diagnostic Change-Id: I20ba0b62308370ee961141fa1aefc4b9c9f0cb3a
2019-10-13 12:59:23 +08:00
fn
main
(
)
{
}
Collect occurrences of for mismatched braces diagnostic Change-Id: I20ba0b62308370ee961141fa1aefc4b9c9f0cb3a
2019-10-13 12:59:23 +08:00
let
_
=
(
)
;
tweak wording of mismatched delimiter errors
2020-01-03 08:40:15 -05:00
}
//~ ERROR unexpected closing delimiter
Copy permalink