Adding support for rustc_serialize encode and decode for Box and Vec that use a custom allocator
This commit is contained in:
parent
4d45b0745a
commit
258d3672f0
2 changed files with 16 additions and 11 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue