mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 05:27:22 +00:00
7 lines
160 B
Rust
7 lines
160 B
Rust
// edition:2018
|
|
// compile-flags: --crate-type lib
|
|
|
|
pub const async fn x() {}
|
|
//~^ ERROR functions cannot be both `const` and `async`
|
|
//~| ERROR cycle detected
|