Error: Add reminder FIXME

This commit is contained in:
apio 2022-11-01 22:28:44 +01:00
parent f8d76c9bea
commit 70f564fe58

View File

@ -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)
{
show_import_lines(loc, show_import_line, std::cerr);