Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dty.rs55 pub(super) enum RecoverQPath { enum
210 recover_qpath: RecoverQPath, in parse_ret_ty()
247 recover_qpath: RecoverQPath, in parse_ty_common()
Ddiagnostics.rs65 pub(super) trait RecoverQPath: Sized + 'static { interface