From 4cbf400366bb7d635cf4be31568b41992115220a Mon Sep 17 00:00:00 2001 From: dylan_DPC Date: Tue, 5 Jun 2018 23:28:32 +0530 Subject: [PATCH] flag changed to none --- src/libsyntax/feature_gate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 17118e4dff2..4873062d659 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -610,7 +610,7 @@ declare_features! ( // Allows use of the :lifetime macro fragment specifier (accepted, macro_lifetime_matcher, "1.27.0", Some(34303), None), // Termination trait in tests (RFC 1937) - (accepted, termination_trait_test, "1.27.0", Some(48854), Some(Edition::Edition2018)), + (accepted, termination_trait_test, "1.27.0", Some(48854), None), ); // If you change this, please modify src/doc/unstable-book as well. You must