diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2018-09-06 19:24:33 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2018-10-26 09:48:44 +1300 |
| commit | b49da276b307a58c7b3e5d5332fa32bccfb32f77 (patch) | |
| tree | 28a56c3881a4117f4c625c4675b4f1eed22efea1 /src/librustc/ich | |
| parent | fc67d8fac48d48bcdeaab1c8e0a2770e0f246247 (diff) | |
| download | rust-b49da276b307a58c7b3e5d5332fa32bccfb32f77.tar.gz rust-b49da276b307a58c7b3e5d5332fa32bccfb32f77.zip | |
Store a resolved def on hir::PathSegment
Diffstat (limited to 'src/librustc/ich')
| -rw-r--r-- | src/librustc/ich/impls_hir.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/ich/impls_hir.rs b/src/librustc/ich/impls_hir.rs index a48bd4eeb09..f30cb365eb7 100644 --- a/src/librustc/ich/impls_hir.rs +++ b/src/librustc/ich/impls_hir.rs @@ -174,6 +174,7 @@ impl_stable_hash_for!(struct hir::Path { impl_stable_hash_for!(struct hir::PathSegment { ident -> (ident.name), + def, infer_types, args }); |
