mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

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``