Home
last modified time | relevance | path

Searched defs:async_closure (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/ui/mir/
Dissue-68841.rs9 fn async_closure() -> impl Future<Output = u8> { in async_closure() function
/third_party/rust/rust/tests/ui/suggestions/
Dasync-fn-ctor-passed-as-arg-where-it-should-have-been-called.rs11 let async_closure = async || (); in main() localVariable
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dasync_closure.rs4 let async_closure = async { in main() localVariable
/third_party/rust/rust/tests/ui/async-await/
Dtry-on-option-in-async.rs15 let async_closure = async || { in async_closure_containing_fn() localVariable
Dissue-74072-lifetime-name-annotations.rs13 pub fn async_closure(x: &mut i32) -> impl Future<Output=&i32> { in async_closure() function
Dasync-closure.rs52 fn async_closure(x: u8) -> impl Future<Output = u8> { in async_closure() function
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcallee.rs320 let async_closure = hir.parent_id(parent_hir_id); in identify_bad_closure_def_and_call() localVariable