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

6 lines
65 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;
}