This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
parser
/
pat-lt-bracket-2.rs
5 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2015-02-20 03:10:31 +08:00
fn
a
(
B
<
)
{
}
parser: gracefully handle `fn foo(A | B: type)`.
2019-08-25 04:39:28 +02:00
//~^ error: expected one of `:`, `@`, or `|`, found `<`
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
fn
main
(
)
{
}
Copy permalink