MCPcopy Create free account
hub / github.com/davidblewett/rure-python / span

Method span

regex/regex-syntax/src/ast/mod.rs:57–59  ·  view source on GitHub ↗

Return the span at which this error occurred.

(&self)

Source from the content-addressed store, hash-verified

55
56 /// Return the span at which this error occurred.
57 pub fn span(&self) -> &Span {
58 &self.span
59 }
60
61 /// Return an auxiliary span. This span exists only for some errors that
62 /// benefit from being able to point to two locations in the original

Callers 2

fromMethod · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected