about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-01-17 17:28:14 -0800
committerGitHub <noreply@github.com>2020-01-17 17:28:14 -0800
commitfca3264406c5c8d08c061f6f68ac69c84b0a8a75 (patch)
tree64c1dd239156b936843b7e69e3dc6463476aba6a /src/test/debuginfo/enum-thinlto.rs
parentbafe089d1f033471164e4fb999b8f1abd70923ca (diff)
parent4743995ed3f7a60e5e0b66eb6a095483883d8c90 (diff)
downloadrust-fca3264406c5c8d08c061f6f68ac69c84b0a8a75.tar.gz
rust-fca3264406c5c8d08c061f6f68ac69c84b0a8a75.zip
Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk
Use named fields for `{ast,hir}::ItemKind::Impl`

Currently, the widely used `ItemKind::Impl` variant is a tuple with seven fields. I want to add an eighth in #68140, which means I have to update most matches on this variant anyways. Giving a name to each field improves readability and makes future changes of this nature much simpler.

This change will cause several tools to break. I will fix them once this is merged.
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions