This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 04:59:23 +00:00
fn
main
(
)
{
}
Collect occurrences of for mismatched braces diagnostic Change-Id: I20ba0b62308370ee961141fa1aefc4b9c9f0cb3a
2019-10-13 04:59:23 +00:00
let
_
=
(
)
;
tweak wording of mismatched delimiter errors
2020-01-03 13:40:15 +00:00
}
//~ ERROR unexpected closing delimiter
Reference in New Issue
Copy Permalink