From d680f1dc237ed0ec84b2864624738150ed7a4131 Mon Sep 17 00:00:00 2001 From: abhi Date: Mon, 25 Jul 2016 14:51:49 +0530 Subject: [PATCH] Remove no_stack_check (#34915) Part of the fixes for #34915 --- src/libsyntax/feature_gate.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 27485ee65fcc0..1b176d2dd8970 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -404,9 +404,6 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeGat not yet settled", cfg_fn!(structural_match))), - // Not used any more, but we can't feature gate it - ("no_stack_check", Normal, Ungated), - ("plugin", CrateLevel, Gated("plugin", "compiler plugins are experimental \ and possibly buggy",