about summary refs log tree commit diff
path: root/src/libsyntax/errors/snippet
AgeCommit message (Collapse)AuthorLines
2016-05-02revamp MultiSpan and introduce new snippet codeNiko Matsakis-0/+1345
MultiSpan model is now: - set of primary spans - set of span+label pairs Primary spans render with `^^^`, secondary spans with `---`. Labels are placed next to the `^^^` or `---` marker as appropriate.