We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f6206 commit 3df2fbeCopy full SHA for 3df2fbe
src/etc/featureck.py
@@ -190,9 +190,9 @@
190
if not name in joint_features:
191
print "error: feature '" + name + "' is both a lang and lib feature but not whitelisted"
192
errors = True
193
- lang_status = lang_feature_stats[name][3]
+ lang_status = language_feature_stats[name][3]
194
lib_status = lib_feature_stats[name][3]
195
- lang_stable_since = lang_feature_stats[name][4]
+ lang_stable_since = language_feature_stats[name][4]
196
lib_stable_since = lib_feature_stats[name][4]
197
198
if lang_status != lib_status and lib_status != "deprecated":
0 commit comments