Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Derrors.rs120 pub(crate) struct VariableBoundWithDifferentMode { struct
123 pub(crate) span: Span,
125 pub(crate) first_binding_span: Span,
126 pub(crate) variable_name: Symbol,
Dlib.rs200 VariableBoundWithDifferentMode(Symbol, Span), enumerator