diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2023-03-22 23:43:20 +0000 | 
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-04-16 08:35:50 -0700 | 
| commit | abc0660118cc95f47445fd33502a11dd448f5968 (patch) | |
| tree | e512943318f4d7b9cd82070fa66209b4fe10e7cf /library/std/src/lib.rs | |
| parent | c9a6e41026d7aa27d897fb83e995447719753076 (diff) | |
| download | rust-abc0660118cc95f47445fd33502a11dd448f5968.tar.gz rust-abc0660118cc95f47445fd33502a11dd448f5968.zip | |
Remove #[alloc_error_handler] from the compiler and library
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 109d6331ade..900df71919b 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -236,7 +236,6 @@ // // Language features: // tidy-alphabetical-start -#![feature(alloc_error_handler)] #![feature(allocator_internals)] #![feature(allow_internal_unsafe)] #![feature(allow_internal_unstable)] | 
