Implement LinkedListAllocator::size_align

This commit is contained in:
Philipp Oppermann
2020-01-10 13:00:16 +01:00
parent a5c50e7408
commit 2001814119
2 changed files with 14 additions and 0 deletions

View File

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