]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-fn-sigil.rs
Add inferred args to typeck
[rust.git] / src / test / ui / parser / removed-syntax-fn-sigil.rs
1 fn main() {
2     let x: fn~() = || (); //~ ERROR expected `(`, found `~`
3 }