phil-opp / blog_os

Writing an OS in Rust
http://os.phil-opp.com
Apache License 2.0
14.27k stars 1.01k forks source link

Update 'Heap Allocation' post to remove `alloc_error_handler` #1217

Closed phil-opp closed 1 year ago

phil-opp commented 1 year ago

The unstable feature was removed. Allocation errors are reported as normal panics now.

See also the code update in #1216 .