Searched defs:VariableBoundWithDifferentMode (Results 1 – 2 of 2) sorted by relevance
120 pub(crate) struct VariableBoundWithDifferentMode { struct123 pub(crate) span: Span,125 pub(crate) first_binding_span: Span,126 pub(crate) variable_name: Symbol,
200 VariableBoundWithDifferentMode(Symbol, Span), enumerator