Home
last modified time | relevance | path

Searched refs:declare_async_not_send (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/ui/
D02-must-be-async.rs16 async fn declare_async_not_send(&self); in declare_async_not_send() method
19 self.declare_async_not_send().await in async_fn_not_send()
101 async fn declare_async_not_send(&self) {} in declare_async_not_send() method
104 async { self.declare_async_not_send().await }.await in async_fn_not_send()