Specialize implementations
Implementations in stdlib are now optimized as they were before.
This commit is contained in:
parent
a875876027
commit
bc2f0fb5a9
17 changed files with 403 additions and 109 deletions
|
@ -17,6 +17,8 @@
|
|||
#![feature(iter_zip)]
|
||||
#![feature(label_break_value)]
|
||||
#![feature(nll)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(trusted_step)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue