From 3e0759dc0565c3b8e5ca0ab3ace15ae7e91b6ffd Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Thu, 7 Nov 2019 15:20:56 +0100 Subject: [PATCH] Push `re_rebalance_coherence` to 1.41 Co-Authored-By: Mazdak Farrokhzad --- src/libsyntax/feature_gate/accepted.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/feature_gate/accepted.rs b/src/libsyntax/feature_gate/accepted.rs index ed4b421d9db2f..0107611460b09 100644 --- a/src/libsyntax/feature_gate/accepted.rs +++ b/src/libsyntax/feature_gate/accepted.rs @@ -255,7 +255,7 @@ declare_features! ( (accepted, cfg_doctest, "1.40.0", Some(62210), None), /// Allows relaxing the coherence rules such that /// `impl ForeignTrait for ForeignType` is permitted. - (accepted, re_rebalance_coherence, "1.40.0", Some(55437), None), + (accepted, re_rebalance_coherence, "1.41.0", Some(55437), None), // ------------------------------------------------------------------------- // feature-group-end: accepted features