Home
last modified time | relevance | path

Searched defs:async_block (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/tests/ui/loops/
Ddont-suggest-break-thru-item.rs18 fn async_block() { in async_block() function
/third_party/rust/rust/tests/ui/async-await/
Dissue-74072-lifetime-name-annotations.rs29 pub fn async_block(x: &mut i32) -> impl Future<Output=&i32> { in async_block() function
Dasync-await.rs53 fn async_block(x: u8) -> impl Future<Output = u8> { in async_block() function