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

6 lines
67 B
Rust
Raw Normal View History

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