Skip to content

Commit

Permalink
Issue numbers are enforced on active features; remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Aug 6, 2023
1 parent 11467b1 commit 2b9876b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_feature/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ impl UnstableFeatures {

fn find_lang_feature_issue(feature: Symbol) -> Option<NonZeroU32> {
if let Some(info) = ACTIVE_FEATURES.iter().find(|t| t.name == feature) {
// FIXME (#28244): enforce that active features have issue numbers
// assert!(info.issue.is_some())
info.issue
} else {
// search in Accepted, Removed, or Stable Removed features
Expand Down

0 comments on commit 2b9876b

Please sign in to comment.