Searched defs:PrivacyError (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | lib.rs | 695 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>,
|
| D | diagnostics.rs | 1613 let PrivacyError { ident, binding, outermost_res, parent_scope, dedup_span } = in report_privacy_error() localVariable
|