rust/src/test/ui/parser/omitted-arg-in-item-fn.rs

5 lines
95 B
Rust
Raw Normal View History

// compile-flags: -Z parse-only
2015-03-31 01:10:11 -05:00
fn foo(x) { //~ ERROR expected one of `:` or `@`, found `)`
}