rust/compiler/rustc_resolve
Dylan DPC 12b810063d
Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot
rustc: Parameterize `ty::Visibility` over used ID

It allows using `LocalDefId` instead of `DefId` when possible, and also encode cheaper `Visibility<DefIndex>` into metadata.
2022-09-08 11:55:09 +05:30
..
src Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot 2022-09-08 11:55:09 +05:30
Cargo.toml