mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
UI test error annotations!
This commit is contained in:
parent
5e7e99982d
commit
a0efca50e0
42 changed files with 437 additions and 694 deletions
|
|
@ -1,12 +1,12 @@
|
|||
warning: unused variable: `x`
|
||||
--> $DIR/unused_vars.nil:4
|
||||
--> ./ui-tests/lint/unused_vars.nil:4
|
||||
4 | let x = 0;
|
||||
^
|
||||
warning: unused variable: `y`
|
||||
--> $DIR/unused_vars.nil:17
|
||||
--> ./ui-tests/lint/unused_vars.nil:17
|
||||
17 | let y = x;
|
||||
^
|
||||
warning: unused function parameter: `p`
|
||||
--> $DIR/unused_vars.nil:22
|
||||
--> ./ui-tests/lint/unused_vars.nil:22
|
||||
22 | function param(p: Int) = ;
|
||||
^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue