Wonderland2333
Results
1
comments of
Wonderland2333
如果你在src写入了lang_items.rs 仍然会有panic_handler的错误,请在main.rs中写入如下语句 mod lang_items; main.rs: #![no_std] mod lang_items; fn main() { // println!("Hello, world!"); } 然后就可以继续执行了 ## 这里的main.rs:的冒号报错了