Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_parse/src/
Derrors.rs88 pub(crate) struct IncorrectAwait { struct
90 pub span: Span,
92 pub sugg_span: (Span, Applicability),
93 pub expr: String,
94 pub question_mark: &'static str,