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
b602cf527f
rust
/
tests
/
ui
/
parser
/
issues
/
issue-24197.rs
4 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for "ident only path should have been covered"-ICE
2015-04-15 04:32:12 -05:00
fn
main
(
)
{
parser: `let` stmts & `for` exprs: allow or-patterns.
2019-08-18 15:54:07 -05:00
let
buf
[
0
]
=
0
;
//~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
Add tests for "ident only path should have been covered"-ICE
2015-04-15 04:32:12 -05:00
}
Reference in New Issue
Copy Permalink