phil-opp / blog_os

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

The `#[alloc_error_handler]` attribute was removed #1216

Closed phil-opp closed 1 year ago

phil-opp commented 1 year ago

Allocation errors now always panic.

See:

phil-opp commented 1 year ago

Merged into post-11 and post-12 as well.