Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2b9876b

Browse files
committed
Issue numbers are enforced on active features; remove FIXME
1 parent 11467b1 commit 2b9876b

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_feature/src

1 file changed

+0
-2
lines changed

compiler/rustc_feature/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ impl UnstableFeatures {
108108

109109
fn find_lang_feature_issue(feature: Symbol) -> Option<NonZeroU32> {
110110
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())
113111
info.issue
114112
} else {
115113
// search in Accepted, Removed, or Stable Removed features

0 commit comments

Comments
 (0)