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
73557faed2
rust
/
src
/
test
/
ui
/
issues
/
issue-58856-1.rs
7 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Do not panic on missing close paren Fix #58856.
2019-03-01 18:28:04 -06:00
impl
A
{
Reduce test case
2019-03-02 00:35:21 -06:00
fn
b
(
self
>
Do not panic on missing close paren Fix #58856.
2019-03-01 18:28:04 -06:00
//~^ ERROR expected one of `)`, `,`, or `:`, found `>`
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink