struct AsmLegacy [src]
To be removed after 0.15.0 is tagged
Fields
items_start: ExtraIndex
items_end: ExtraIndex
rparen: TokenIndexNeeded to make lastToken() work.
Source
pub const AsmLegacy = struct {
items_start: ExtraIndex,
items_end: ExtraIndex,
/// Needed to make lastToken() work.
rparen: TokenIndex,
}