rust/compiler
Ralf Jung aa25f9ebd8
Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddyb
lint/ty: move fns to avoid abstraction violation

This PR moves `transparent_newtype_field` and `is_zst` to `LateContext` where they are used, rather than being on the `VariantDef` and `TyS` types, hopefully addressing @eddyb's concern [from this comment](https://github.com/rust-lang/rust/pull/74340#discussion_r456534910).
2020-09-19 11:47:34 +02:00
..
2020-09-11 09:37:51 -07:00
2020-09-11 09:37:51 -07:00
2020-09-15 18:10:41 +02:00
2020-09-14 11:03:47 +02:00
2020-09-13 22:53:51 +02:00
2020-09-18 17:11:34 +02:00