riverdelta/ui-tests/asm/not_toplevel.stderr
2023-12-15 22:31:13 +01:00

16 lines
524 B
Text

error: `___asm` cannot be used as a value
--> $DIR/not_toplevel.nil:3
3 | ___asm(__locals(), "drop");
^^^^^^
error: `__locals` cannot be used as a value
--> $DIR/not_toplevel.nil:3
3 | ___asm(__locals(), "drop");
^^^^^^^^
error: expression of type <ERROR> is not callable
--> $DIR/not_toplevel.nil:3
3 | ___asm(__locals(), "drop");
^^^^^^^^
error: expression of type <ERROR> is not callable
--> $DIR/not_toplevel.nil:3
3 | ___asm(__locals(), "drop");
^^^^^^