ast: add a FIXME

This commit is contained in:
Mazdak Farrokhzad 2020-02-17 11:16:28 +01:00
parent f12ae4ac60
commit 045b7d53a3

View File

@ -2600,6 +2600,8 @@ impl ItemKind {
}
}
// FIXME(Centril): These definitions should be unmerged;
// see https://github.com/rust-lang/rust/pull/69194#discussion_r379899975
pub type ForeignItem = Item<AssocItemKind>;
pub type ForeignItemKind = AssocItemKind;