This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
parser
/
deli-ident-issue-2.rs
8 lines
112 B
Rust
Raw
Normal View
History
Unescape
Escape
add testcase for #104012
2023-01-26 10:52:57 +08:00
fn
main
(
)
{
if
1
<
2
{
Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-07-10 16:27:40 +08:00
let
_a
=
vec
!
]
;
add testcase for #104012
2023-01-26 10:52:57 +08:00
}
}
//~ ERROR unexpected closing delimiter
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink