This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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
Reference in New Issue
Copy Permalink