We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c217ab6 + 39d6483 commit 17d873cCopy full SHA for 17d873c
src/librustc/hir/mod.rs
@@ -1531,8 +1531,6 @@ pub struct ItemId {
1531
pub id: NodeId,
1532
}
1533
1534
-// FIXME (#3300): Should allow items to be anonymous. Right now
1535
-// we just use dummy names for anon items.
1536
/// An item
1537
///
1538
/// The name might be a dummy name in case of anonymous items
src/libsyntax/ast.rs
@@ -1759,10 +1759,6 @@ impl VariantData {
1759
1760
1761
1762
-/*
1763
- FIXME (#3300): Should allow items to be anonymous. Right now
1764
- we just use dummy names for anon items.
1765
- */
1766
1767
1768
0 commit comments