Open wyfcyx opened 4 years ago
https://rcore-os.github.io/rCore-Tutorial-deploy/docs/lab-2/practice.html
请问一下出现了这个错误是什么原因呢 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
https://rcore-os.github.io/rCore-Tutorial-deploy/docs/lab-2/practice.html