Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
suggestions
/
issue-99240.rs
blob: 2115a42662e1af716dd68e55680a34c156848765 [
file
] [
log
] [
blame
]
fn
fmt
(
it
:
&(
std
::
cell
::
Cell
<
Option
<
impl
FnOnce
()>>,))
{
(
it
.
0.take
())()
//~^ ERROR expected function
}
fn
main
()
{}