mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 23:26:08 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
//@ edition:2018
|
|
|
|
fn foo(x: &dyn AsyncFn()) {}
|
|
//~^ ERROR the trait `AsyncFnMut` cannot be made into an object
|
|
|
|
fn main() {}
|