/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

  1. // error-pattern: expected
  2. fn main() {
  3. let x.y::<int>.z foo;
  4. }