From 757d7ba9c9e66320f8ff22d435ad30d6048585e1 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Tue, 20 Nov 2018 23:37:19 +0100 Subject: Implement the re-rebalance coherence rfc --- src/libsyntax/feature_gate.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 3f2122e24a6..8362c86f8ba 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -479,6 +479,9 @@ declare_features! ( // Allows paths to enum variants on type aliases. (active, type_alias_enum_variants, "1.31.0", Some(49683), None), + + // Re-Rebalance coherence + (active, re_rebalance_coherence, "1.32.0", Some(55437), None), ); declare_features! ( -- cgit 1.4.1-3-g733a5