Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-unsized_locals.rs
blob: 3686e7b37f4c442e3127df748b00eadf2c02849e [
file
] [
log
] [
blame
]
fn
f
(
f
:
dyn
FnOnce
())
{}
//~^ ERROR E0277
fn
main
()
{
}