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
6b2c311718
rust
/
src
/
test
/
ui
/
parser
/
omitted-arg-in-item-fn.rs
5 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Return nonzero exit code if there are errors at a stop point
2015-02-09 13:01:45 -06:00
// compile-flags: -Z parse-only
syntax: Rewrite parsing of patterns
2015-03-31 01:10:11 -05:00
fn
foo
(
x
)
{
//~ ERROR expected one of `:` or `@`, found `)`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 13:47:00 -06:00
}
Reference in New Issue
Copy Permalink