]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/removed-syntax-fn-sigil.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / removed-syntax-fn-sigil.rs
CommitLineData
0731742a 1fn main() {
1a4d82fc 2 let x: fn~() = || (); //~ ERROR expected `(`, found `~`
970d7e83 3}