Only print up to six lines on error. Print ^~~~~ to highlight error span.
This commit is contained in:
parent
b62fcdcc36
commit
fd24fd5e31
2 changed files with 50 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import std::option;
|
|||
import std::option::some;
|
||||
import std::option::none;
|
||||
import std::str;
|
||||
import std::vec;
|
||||
|
||||
tag os { os_win32; os_macos; os_linux; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue