mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +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``