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
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
parser
/
paamayim-nekudotayim.rs
6 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix path parsing
2013-11-11 21:53:14 +09:00
// http://phpsadness.com/sad/1
fn
main
(
)
{
syntax: Extra diagnostics for `_` used in an identifier position
2016-03-31 10:15:36 +03:00
::
;
//~ ERROR expected identifier, found `;`
Fix path parsing
2013-11-11 21:53:14 +09:00
}
Reference in New Issue
Copy Permalink