]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 17 Sep 2022 21:30:49 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Sep 2022 21:30:49 +0000 (23:30 +0200)
commita6b34cd928f663acdeb36b1f0467f55516ca37da
treefc8e71bbfa6c1a8f05d2cd77db063484ce4af89d
parent83623215adfe49f81ad9e3786c7c22e073070bb6
parentd7b9221405c7f852663a7c5bef660582cb5cd972
Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov

change AccessLevels representation

Part of RFC (https://github.com/rust-lang/rust/issues/48054). This patch implements effective visibility table with basic methods and change AccessLevels table representation according to it.

r? ``@petrochenkov``
compiler/rustc_feature/src/builtin_attrs.rs
compiler/rustc_privacy/src/lib.rs
compiler/rustc_span/src/symbol.rs