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-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 11:32:12 +02:00
fn
main
(
)
{
parser: `let` stmts & `for` exprs: allow or-patterns.
2019-08-18 22:54:07 +02: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 11:32:12 +02:00
}
Reference in New Issue
Copy Permalink