diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2021-04-02 00:58:45 -0400 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2021-05-26 18:07:09 -0400 |
| commit | bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9 (patch) | |
| tree | d187a294d6390f8fd6cc581efaf35e22232353a3 /compiler/rustc_infer/src | |
| parent | a87587602732a7fe6739fdcfadce025fafbb55dd (diff) | |
| download | rust-bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9.tar.gz rust-bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9.zip | |
Specialize implementations
Implementations in stdlib are now optimized as they were before.
Diffstat (limited to 'compiler/rustc_infer/src')
| -rw-r--r-- | compiler/rustc_infer/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs index f3e5830c198..6b452bca8e7 100644 --- a/compiler/rustc_infer/src/lib.rs +++ b/compiler/rustc_infer/src/lib.rs @@ -22,6 +22,8 @@ #![feature(never_type)] #![feature(in_band_lifetimes)] #![feature(control_flow_enum)] +#![feature(min_specialization)] +#![feature(trusted_step)] #![recursion_limit = "512"] // For rustdoc #[macro_use] |
