rust/compiler/rustc_middle
David Wood 0f2bd56b29
lint/ty: move fns to avoid abstraction violation
This commit moves `transparent_newtype_field` and `is_zst` to
`LateContext` where they are used, rather than being on the `VariantDef`
and `TyS` types.

Signed-off-by: David Wood <david@davidtw.co>
2020-08-30 18:57:46 +01:00
..
benches
src lint/ty: move fns to avoid abstraction violation 2020-08-30 18:57:46 +01:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.