Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/ui/
D01-maybe-async.rs67 async fn declare_async_inherent(&self) {} in declare_async_inherent() method
70 async { self.declare_async_inherent().await }.await in async_fn_inherent()
99 s.declare_async_inherent(); in main()
114 s.declare_async_inherent().await; in main()
D03-must-be-sync.rs55 async fn declare_async_inherent(&self) {} in declare_async_inherent() method
58 async { self.declare_async_inherent().await }.await in async_fn_inherent()
77 s.declare_async_inherent(); in main()
D02-must-be-async.rs79 async fn declare_async_inherent(&self) {} in declare_async_inherent() method
82 async { self.declare_async_inherent().await }.await in async_fn_inherent()
126 s.declare_async_inherent().await; in main()