This commit is contained in:
Ben Burdette 2022-04-29 11:27:38 -06:00
parent 172a83d22a
commit c941803861

View file

@ -99,6 +99,7 @@ struct ErrPos {
};
std::optional<LinesOfCode> getCodeLines(const ErrPos & errPos);
void printCodeLines(std::ostream & out,
const std::string & prefix,
const ErrPos & errPos,
@ -106,7 +107,6 @@ void printCodeLines(std::ostream & out,
void printAtPos(const ErrPos & pos, std::ostream & out);
struct Trace {
std::optional<ErrPos> pos;
hintformat hint;