privacy: Rename "accessibility levels" to "effective visibilities"
And a couple of other naming tweaks Related to https://github.com/rust-lang/rust/issues/48054
This commit is contained in:
@@ -927,7 +927,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
|
||||
sess.time("misc_checking_3", || {
|
||||
parallel!(
|
||||
{
|
||||
tcx.ensure().privacy_access_levels(());
|
||||
tcx.ensure().effective_visibilities(());
|
||||
|
||||
parallel!(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user