1
Fork 0

rustc_serialize: specialize opaque encoding of some u8 sequences

This commit is contained in:
Tyson Nottingham 2020-12-16 19:03:31 -08:00
parent 417fe47065
commit a4daa63a90
6 changed files with 32 additions and 21 deletions

View file

@ -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)]