about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2022-01-02 22:37:05 -0500
committerAaron Hill <aa1ronham@gmail.com>2022-01-11 10:16:22 -0500
commit09afd649694e1e1189c8c40da8237a0960a61095 (patch)
treea0d67be4cb8afa949b49f676472c57dbc33f2383 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
parent37069f1a0894f22509af758644eb158b81f10c96 (diff)
downloadrust-09afd649694e1e1189c8c40da8237a0960a61095.tar.gz
rust-09afd649694e1e1189c8c40da8237a0960a61095.zip
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
The field is also renamed from `ident` to `name. In most cases,
we don't actually need the `Span`. A new `ident` method is added
to `VariantDef` and `FieldDef`, which constructs the full `Ident`
using `tcx.def_ident_span()`. This method is used in the cases
where we actually need an `Ident`.

This makes incremental compilation properly track changes
to the `Span`, without all of the invalidations caused by storing
a `Span` directly via an `Ident`.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs')
0 files changed, 0 insertions, 0 deletions