blob: 2115a42662e1af716dd68e55680a34c156848765 [file] [log] [blame] [edit]
fn fmt(it: &(std::cell::Cell<Option<impl FnOnce()>>,)) {
(it.0.take())()
//~^ ERROR expected function
}
fn main() {}