We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e15538d + 3df2fbe commit 0346bcfCopy full SHA for 0346bcf
src/etc/featureck.py
@@ -194,9 +194,9 @@
194
if not name in joint_features:
195
print "error: feature '" + name + "' is both a lang and lib feature but not whitelisted"
196
errors = True
197
- lang_status = lang_feature_stats[name][3]
+ lang_status = language_feature_stats[name][3]
198
lib_status = lib_feature_stats[name][3]
199
- lang_stable_since = lang_feature_stats[name][4]
+ lang_stable_since = language_feature_stats[name][4]
200
lib_stable_since = lib_feature_stats[name][4]
201
202
if lang_status != lib_status and lib_status != "deprecated":
0 commit comments