Error: Add reminder FIXME
This commit is contained in:
parent
f8d76c9bea
commit
70f564fe58
@ -37,6 +37,8 @@ void Error::show_import_lines(const Location& loc, void (*import_line_printer)(c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Seems like the cursor that indicates where the error is is a bit offset to the right.
|
||||||
|
|
||||||
[[noreturn]] void Error::throw_error(const Location& loc, const std::string line_text, const std::string& details)
|
[[noreturn]] void Error::throw_error(const Location& loc, const std::string line_text, const std::string& details)
|
||||||
{
|
{
|
||||||
show_import_lines(loc, show_import_line, std::cerr);
|
show_import_lines(loc, show_import_line, std::cerr);
|
||||||
|
Loading…
Reference in New Issue
Block a user