标签: rust
我对Rust很陌生。
我想使用godbolt中的asm!宏来开发虚拟机。 我要编译的文件是here。似乎缺少了#![feature(asm)],但不知道放在哪里。
asm!
#![feature(asm)]