mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-17 01:45:03 +01:00
inline assembly :3
This commit is contained in:
parent
3ab116d7f0
commit
ba5d41674c
17 changed files with 448 additions and 45 deletions
16
ui-tests/asm/not_toplevel.stderr
Normal file
16
ui-tests/asm/not_toplevel.stderr
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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");
|
||||
^^^^^^
|
||||
Loading…
Add table
Add a link
Reference in a new issue