Skip to content

Commit 17d873c

Browse files
committed
Auto merge of #38538 - estebank:outdated-fixme-3300, r=petrochenkov
Remove outdated FIXME comment Removed outdated FIXME comment referencing #3300 to allow anonymous items.
2 parents c217ab6 + 39d6483 commit 17d873c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/librustc/hir/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,6 @@ pub struct ItemId {
15311531
pub id: NodeId,
15321532
}
15331533

1534-
// FIXME (#3300): Should allow items to be anonymous. Right now
1535-
// we just use dummy names for anon items.
15361534
/// An item
15371535
///
15381536
/// The name might be a dummy name in case of anonymous items

src/libsyntax/ast.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1759,10 +1759,6 @@ impl VariantData {
17591759
}
17601760
}
17611761

1762-
/*
1763-
FIXME (#3300): Should allow items to be anonymous. Right now
1764-
we just use dummy names for anon items.
1765-
*/
17661762
/// An item
17671763
///
17681764
/// The name might be a dummy name in case of anonymous items

0 commit comments

Comments
 (0)