From bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Fri, 2 Apr 2021 00:58:45 -0400 Subject: Specialize implementations Implementations in stdlib are now optimized as they were before. --- compiler/rustc_query_system/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_query_system') diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs index be72baefb9e..7df3804c986 100644 --- a/compiler/rustc_query_system/src/lib.rs +++ b/compiler/rustc_query_system/src/lib.rs @@ -6,6 +6,7 @@ #![feature(iter_zip)] #![feature(min_specialization)] #![feature(stmt_expr_attributes)] +#![feature(trusted_step)] #[macro_use] extern crate tracing; -- cgit 1.4.1-3-g733a5