mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-16 20:43:05 +00:00
6 lines
56 B
Rust
6 lines
56 B
Rust
// edition:2021
|
|
|
|
pub trait Foo {
|
|
async fn test();
|
|
}
|