Create a basic LinkedListAllocator type

This commit is contained in:
Philipp Oppermann
2020-01-10 11:42:04 +01:00
parent 75d826bf69
commit 63e8577d77
3 changed files with 50 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#![feature(custom_test_frameworks)]
#![feature(abi_x86_interrupt)]
#![feature(alloc_error_handler)]
#![feature(const_fn)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]