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
c15f86b4b3
rust
/
src
/
test
/
ui
/
parser
/
issue-32505.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
add regression test for #32505
2016-04-07 14:12:13 -05:00
pub
fn
test
(
)
{
syntax: Make `is_path_start` precise and improve some error messages about unexpected tokens
2016-04-20 18:03:29 -05:00
foo
(
|
_
|
)
//~ ERROR expected expression, found `)`
add regression test for #32505
2016-04-07 14:12:13 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink