about summary refs log tree commit diff
path: root/src/librustc/ich/impls_syntax.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-03-02 19:15:26 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-03-16 23:13:15 +0300
commit63116d313dbc1e8f7f0fa4a729aea8e4f824b370 (patch)
tree01ad264bc4e9ec936de8de6e21bf77467ca0ce85 /src/librustc/ich/impls_syntax.rs
parent6ad55b3decefd53263f20a6c575aaa85c1edcbec (diff)
downloadrust-63116d313dbc1e8f7f0fa4a729aea8e4f824b370.tar.gz
rust-63116d313dbc1e8f7f0fa4a729aea8e4f824b370.zip
Rename `MetaItem::ident` to `MetaItem::path`
Diffstat (limited to 'src/librustc/ich/impls_syntax.rs')
-rw-r--r--src/librustc/ich/impls_syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs
index 0a1dda7a9cf..85e62c0804a 100644
--- a/src/librustc/ich/impls_syntax.rs
+++ b/src/librustc/ich/impls_syntax.rs
@@ -368,7 +368,7 @@ impl_stable_hash_for!(enum ::syntax::ast::NestedMetaItemKind {
 });
 
 impl_stable_hash_for!(struct ::syntax::ast::MetaItem {
-    ident,
+    path,
     node,
     span
 });