diff options
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 8154ae2f307..a7314240615 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -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; |
