rcore-os / rCore-Tutorial-deploy

Tutorial Doc for rCore OS step by step (3rd edition)
https://rcore-os.github.io/rCore-Tutorial-deploy/
GNU General Public License v3.0
3 stars 1 forks source link

实验二:内存分配 · GitBook #50

Open wyfcyx opened 4 years ago

wyfcyx commented 4 years ago

https://rcore-os.github.io/rCore-Tutorial-deploy/docs/lab-2/practice.html

San-ping commented 3 years ago

请问一下出现了这个错误是什么原因呢 error[E0107]: wrong number of const arguments: expected 1, found 0 --> src/memory/heap.rs:20:14 | 20 | static HEAP: LockedHeap = LockedHeap::empty(); | ^^^^^^^^^^ expected 1 const argument