Fix multi error emission on unknown modules

This commit is contained in:
nora 2024-06-01 14:20:02 +02:00
parent 1e97275cf2
commit d6123836e8
8 changed files with 2998 additions and 11 deletions

View file

@ -0,0 +1,3 @@
function main() = (
let _l = list.new();
);

View file

@ -0,0 +1,4 @@
error: cannot find list
--> $DIR/module_not_found.nil:2
2 | let _l = list.new();
^^^^