#![feature(llvm_asm)] #![no_std] // 不链接Rust 标准库 #![no_main] // 禁用所有Rust 层级的入口点 use core::panic::PanicInfo; /// 这个函数将 ...
確定! 回上一頁