rust/src/test/compile-fail/bad-name.rs
2011-08-16 15:05:57 -07:00

6 lines
67 B
Rust

// error-pattern: expecting
fn main() {
let x.y::<int>.z foo;
}