miette icon indicating copy to clipboard operation
miette copied to clipboard

Implement `SourceCode` for `SpanContents`

Open gavrilikhin-d opened this issue 1 year ago • 0 comments

SpanContents may be itself a valid source for diagnostics.

Contrary to String source, which provides source code from line 0 and column 0, SpanContents can provide sources starting from any line and any column

gavrilikhin-d avatar Sep 30 '23 05:09 gavrilikhin-d