Mike Gerwitz
39e98210be
I noticed this while working on a graph traversal. The unit test used the same span for both the reference _and_ the binding, so I didn't notice. -_- The problem with this, though, is that we do not have a separate span representing the source location of the identifier reference. The reason is that we decided to re-use an existing node rather than creating another one, which would add another inconvenient layer of indirection (and complexity). So, I may have to add (optional?) spans to edges. DEV-13708 |
||
---|---|---|
.. | ||
air | ||
graph | ||
air.rs | ||
error.rs | ||
graph.rs | ||
mod.rs |