We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&..
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.
..