Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dasync_yields_async.rs11 struct CustomFutureType; struct
13 impl Future for CustomFutureType { implementation