Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-attributes/tests/
Derr.rs114 async fn err_mut_async(polls: usize, out: &mut u8) -> Result<(), TryFromIntError> { in err_mut_async() function
143 block_on_future(async { err_mut_async(2, &mut 0).await }).ok(); in test_mut_async()