Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/
Dassert_unmoved.rs209 let pinned_boxed_future = unsafe { Pin::new_unchecked(&mut *future) }; in dont_double_panic() localVariable
210 assert_eq!(pinned_boxed_future.poll(&mut cx), Poll::Pending); in dont_double_panic()