]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-unsized_locals.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-unsized_locals.rs
1 fn f(f: dyn FnOnce()) {}
2 //~^ ERROR E0277
3
4 fn main() {
5 }