This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
parser
/
pat-lt-bracket-2.rs
5 lines
85 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Fix tests
2015-02-19 19:10:31 +00:00
fn
a
(
B
<
)
{
}
parser: gracefully handle `fn foo(A | B: type)`.
2019-08-25 02:39:28 +00:00
//~^ error: expected one of `:`, `@`, or `|`, found `<`
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 15:33:05 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink