mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 14:21:29 +00:00
6 lines
134 B
Rust
6 lines
134 B
Rust
// edition:2018
|
|
// compile-flags: --crate-type lib
|
|
|
|
pub const async fn x() {}
|
|
//~^ ERROR functions cannot be both `const` and `async`
|