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
/
issues
/
issue-58856-1.rs
6 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Do not panic on missing close paren Fix #58856.
2019-03-01 16:28:04 -08:00
impl
A
{
Reduce test case
2019-03-01 22:35:21 -08:00
fn
b
(
self
>
Exit when there are unmatched delims to avoid noisy diagnostics
2023-02-28 07:55:19 +00:00
}
//~ ERROR mismatched closing delimiter
Do not panic on missing close paren Fix #58856.
2019-03-01 16:28:04 -08:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink