1
Fork 0

Stabilize default_alloc_error_handler

Closes #66741
This commit is contained in:
Amanieu d'Antras 2022-09-26 16:04:58 +01:00
parent ce1a7e41f9
commit f5e0b760d0
8 changed files with 5 additions and 55 deletions

View file

@ -166,12 +166,6 @@ metadata_conflicting_alloc_error_handler =
metadata_global_alloc_required =
no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
metadata_alloc_func_required =
`#[alloc_error_handler]` function required, but not found
metadata_missing_alloc_error_handler =
use `#![feature(default_alloc_error_handler)]` for a default error handler
metadata_no_transitive_needs_dep =
the crate `{$crate_name}` cannot depend on a crate that needs {$needs_crate_name}, but it depends on `{$deps_crate_name}`