rcore-os / rCore-Tutorial-Book-v3

A book about how to write OS kernels in Rust easily.
https://rcore-os.github.io/rCore-Tutorial-Book-v3/
GNU General Public License v3.0
1.13k stars 211 forks source link

请教个问题,为什么只能选择 rust nightly 版本? #150

Closed ucookie closed 1 year ago

ucookie commented 1 year ago

rust nightly 是不稳定的版本,里面是包含哪些必要的新功能吗?

YdrMaster commented 1 year ago

@ucookie 是的,目前裸机使用堆必须 nightly,直接在项目里搜索 #[feature 就能找到了