From 7b6e9b4b8424e8ef722a3fa6388fe3bc8414bab0 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Tue, 15 Aug 2017 18:52:04 -0700 Subject: correct comment re feature-checking tooling The featureck.py that this comment referred to was removed in 9dd3c54a (March 2016). --- src/libsyntax/feature_gate.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index ee791609e8f..c82f0554393 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -112,8 +112,8 @@ macro_rules! declare_features { // was set. This is most important for knowing when a particular feature became // stable (active). // -// NB: The featureck.py script parses this information directly out of the source -// so take care when modifying it. +// NB: tools/tidy/src/features.rs parses this information directly out of the +// source, so take care when modifying it. declare_features! ( (active, asm, "1.0.0", Some(29722)), -- cgit 1.4.1-3-g733a5