Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Derrors.rs619 pub(crate) struct CannotFindIdentInThisScope<'a> { struct
621 pub(crate) span: Span,
622 pub(crate) expected: &'a str,
623 pub(crate) ident: Ident,