about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-02-17 11:16:28 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2020-02-17 11:16:28 +0100
commit045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9 (patch)
treee2482ec1a5357c95b5982f0d77b8c18007dcba6d /src/libsyntax
parentf12ae4ac608362264470eda9b1d67236bae62040 (diff)
downloadrust-045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9.tar.gz
rust-045b7d53a3fe94d2f6cb32d029a3f5d74e174ed9.zip
ast: add a FIXME
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ast.rs2
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;