diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-17 11:16:28 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-17 11:16:28 +0100 |
| commit | 045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9 (patch) | |
| tree | e2482ec1a5357c95b5982f0d77b8c18007dcba6d /src/libsyntax | |
| parent | f12ae4ac608362264470eda9b1d67236bae62040 (diff) | |
| download | rust-045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9.tar.gz rust-045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9.zip | |
ast: add a FIXME
Diffstat (limited to 'src/libsyntax')
| -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; |
