summary refs log tree commit diff
path: root/src/test/compile-fail/bad-name.rs
blob: bfb27a5a98866b70b7b7787beffa10fe7b00d3ae (plain)
1
2
3
4
5
// error-pattern: expecting

fn main() {
  let x.y::<int>.z foo;
}