mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
16 lines
524 B
Text
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");
|
|
^^^^^^
|