pub type TokenLocation = SourceSpan;Expand description
Compatibility alias for SourceSpan.
Aliased Type§
pub struct TokenLocation {
pub start: Arc<SourcePosition>,
pub end: Arc<SourcePosition>,
}Fields§
§start: Arc<SourcePosition>The start position.
end: Arc<SourcePosition>The end position of the span (exclusive).