diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-17 23:30:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 23:30:49 +0200 |
| commit | a6b34cd928f663acdeb36b1f0467f55516ca37da (patch) | |
| tree | fc8e71bbfa6c1a8f05d2cd77db063484ce4af89d /compiler/rustc_span/src | |
| parent | 83623215adfe49f81ad9e3786c7c22e073070bb6 (diff) | |
| parent | d7b9221405c7f852663a7c5bef660582cb5cd972 (diff) | |
| download | rust-a6b34cd928f663acdeb36b1f0467f55516ca37da.tar.gz rust-a6b34cd928f663acdeb36b1f0467f55516ca37da.zip | |
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``
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index ae4d1a4635b..562360130e9 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1214,7 +1214,6 @@ symbols! { rust_eh_unregister_frames, rust_oom, rustc, - rustc_access_level, rustc_allocator, rustc_allocator_nounwind, rustc_allocator_zeroed, @@ -1242,6 +1241,7 @@ symbols! { rustc_dump_program_clauses, rustc_dump_user_substs, rustc_dump_vtable, + rustc_effective_visibility, rustc_error, rustc_evaluate_where_clauses, rustc_expected_cgu_reuse, |
