mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
default_alloc_error_hook: explain difference to default __rdl_oom in alloc Though I'm not sure if that is really the reason that this code is duplicated. On no_std it may already be possible to call user-defined code on allocation failure.