rust/compiler/rustc_feature/src
Harald Hoyer cadd12b5f0 Implement Make handle_alloc_error default to panic (for no_std + liballoc)
Related: https://github.com/rust-lang/rust/issues/66741

Guarded with `#![feature(default_alloc_error_handler)]` a default
`alloc_error_handler` is called, if a custom allocator is used and no
other custom `#[alloc_error_handler]` is defined.

The panic message does not contain the size anymore, because it would
pull in the fmt machinery, which would blow up the code size
significantly.
2020-10-02 09:00:29 +02:00
..
accepted.rs Fix 'FIXME' about using NonZeroU32 instead of u32. 2020-09-17 21:54:13 +02:00
active.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
builtin_attrs.rs Add support for cmse_nonsecure_entry attribute 2020-09-30 15:48:59 +01:00
lib.rs Add note about possible future improvement 2020-10-01 17:32:23 +02:00
removed.rs Fix 'FIXME' about using NonZeroU32 instead of u32. 2020-09-17 21:54:13 +02:00