Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs695 struct PrivacyError<'a> { struct
696 ident: Ident,
697 binding: NameBinding<'a>,
698 dedup_span: Span,
699 outermost_res: Option<(Res, Ident)>,
700 parent_scope: ParentScope<'a>,
Ddiagnostics.rs1613 let PrivacyError { ident, binding, outermost_res, parent_scope, dedup_span } = in report_privacy_error() localVariable