UI test error annotations!

This commit is contained in:
nora 2024-06-02 20:48:17 +02:00
parent 5e7e99982d
commit a0efca50e0
42 changed files with 437 additions and 694 deletions

View file

@ -1,8 +1,4 @@
error: expected `=`, found `,`
--> $DIR/module_not_found.nil:2
2 | let _false, l = list.new();
^
error: `main` function not found
--> $DIR/module_not_found.nil:1
1 | function main() = (
^
error: cannot find list
--> ./ui-tests/resolve/module_not_found.nil:2
2 | let _l = list.new();
^^^^