summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorBryanskiy <ivakin.kir@gmail.com>2022-08-14 17:05:17 +0300
committerBryanskiy <ivakin.kir@gmail.com>2022-08-31 14:23:07 +0300
commit0111fb00dac90d67f8d770ca2a25923cfd24e25d (patch)
tree1b3435bb88e8a50236e49ddfa1a349eaf8604494 /compiler/rustc_span
parent10804672c221882cfd1c94809ad09846a35fe49d (diff)
downloadrust-0111fb00dac90d67f8d770ca2a25923cfd24e25d.tar.gz
rust-0111fb00dac90d67f8d770ca2a25923cfd24e25d.zip
add TestReachabilityVisitor
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 6eca7dc52b2..f854395ff81 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1206,6 +1206,7 @@ symbols! {
         rust_eh_unregister_frames,
         rust_oom,
         rustc,
+        rustc_access_level,
         rustc_allocator,
         rustc_allocator_nounwind,
         rustc_allocator_zeroed,