rust/src/test/compile-fail/bad-name.rs

6 lines
67 B
Rust
Raw Normal View History

2011-07-27 07:48:34 -05:00
// error-pattern: expecting
fn main() {
let x.y::<int>.z foo;
2011-07-27 07:48:34 -05:00
}