rust-lang/rust#50144 was merged, and Alloc/GlobalAlloc::oom has been replaced by a language item.
alloc-cortex-m now fails to build, error language item required, but not found: 'oom'
The latest version of linked_list_allocator removes OOM functions (rust-osdev/linked-list-allocator@f0de36d).
I'm afraid I don't understand enough about the change to suggest a fix :(
rust-lang/rust#50144 was merged, and Alloc/GlobalAlloc::oom has been replaced by a language item.
alloc-cortex-mnow fails to build, errorlanguage item required, but not found: 'oom'The latest version of
linked_list_allocatorremoves OOM functions (rust-osdev/linked-list-allocator@f0de36d).I'm afraid I don't understand enough about the change to suggest a fix :(