/src/test/compile-fail/bad-name.rs
http://github.com/jruderman/rust · Rust · 5 lines · 3 code · 1 blank · 1 comment · 0 complexity · f7ce6aee84e035e55166a3f075ce47b9 MD5 · raw file
- // error-pattern: expected
- fn main() {
- let x.y::<int>.z foo;
- }