Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-attributes/tests/
Derr.rs59 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() function
87 block_on_future(async { err_async(2).await }).ok(); in test_async()