pub trait WithPos { fn copy_span(&self) -> GPosIdx; }
An IR node that may contain position information.
Copy the span associated with this node.