Skip to content

Commit 045b7d5

Browse files
committed
ast: add a FIXME
1 parent f12ae4a commit 045b7d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libsyntax/ast.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2600,6 +2600,8 @@ impl ItemKind {
26002600
}
26012601
}
26022602

2603+
// FIXME(Centril): These definitions should be unmerged;
2604+
// see https://github.com/rust-lang/rust/pull/69194#discussion_r379899975
26032605
pub type ForeignItem = Item<AssocItemKind>;
26042606
pub type ForeignItemKind = AssocItemKind;
26052607

0 commit comments

Comments
 (0)