rustc_serialize: specialize opaque encoding of some u8 sequences
This commit is contained in:
parent
417fe47065
commit
a4daa63a90
6 changed files with 32 additions and 21 deletions
|
@ -14,6 +14,7 @@ Core encoding and decoding interfaces.
|
|||
#![feature(nll)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![cfg_attr(bootstrap, feature(min_const_generics))]
|
||||
#![feature(min_specialization)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![allow(rustc::internal)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue