mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 23:02:30 +00:00
7 lines
142 B
Rust
7 lines
142 B
Rust
#![cfg_attr(feature = "nightly", feature(impl_trait_in_assoc_type))]
|
|
|
|
#[embassy_executor::task]
|
|
async fn foo(_x: impl Sized) {}
|
|
|
|
fn main() {}
|