rust/src/test/compile-fail/trait-keyword.rs
2012-08-17 14:32:34 -07:00

3 lines
43 B
Rust

iface foo { } //~ ERROR iface
fn main() {}