``` rust fn main() { &..; } ``` ``` <anon>:1:14: 1:16 error: unexpected token: `..` <anon>:1 fn main() { &..; } ^~ ``` This may be on purpose, but if not, this is useful for passing `..` into generic APIs that take references.