1
Fork 0

Adding support for rustc_serialize encode and decode for Box and Vec that use a custom allocator

This commit is contained in:
Ellen Arteca 2022-08-25 20:19:18 +00:00
parent 4d45b0745a
commit 258d3672f0
2 changed files with 16 additions and 11 deletions

View file

@ -16,6 +16,7 @@ Core encoding and decoding interfaces.
#![feature(maybe_uninit_slice)]
#![feature(let_else)]
#![feature(new_uninit)]
#![feature(allocator_api)]
#![cfg_attr(test, feature(test))]
#![allow(rustc::internal)]
#![deny(rustc::untranslatable_diagnostic)]