fn fmt(it: &(std::cell::Cell>,)) { (it.0.take())() //~^ ERROR expected function } fn main() {}