We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11467b1 commit 2b9876bCopy full SHA for 2b9876b
compiler/rustc_feature/src/lib.rs
@@ -108,8 +108,6 @@ impl UnstableFeatures {
108
109
fn find_lang_feature_issue(feature: Symbol) -> Option<NonZeroU32> {
110
if let Some(info) = ACTIVE_FEATURES.iter().find(|t| t.name == feature) {
111
- // FIXME (#28244): enforce that active features have issue numbers
112
- // assert!(info.issue.is_some())
113
info.issue
114
} else {
115
// search in Accepted, Removed, or Stable Removed features
0 commit comments