granite-rust/tests/ui/feature-gates/feature-gate-unsized_locals.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
57 B
Rust
Raw Normal View History

2019-05-28 14:46:13 -04:00
fn f(f: dyn FnOnce()) {}
2018-05-29 00:10:09 +09:00
//~^ ERROR E0277
fn main() {
}