diff options
| author | Bryanskiy <ivakin.kir@gmail.com> | 2022-08-14 17:05:17 +0300 |
|---|---|---|
| committer | Bryanskiy <ivakin.kir@gmail.com> | 2022-08-31 14:23:07 +0300 |
| commit | 0111fb00dac90d67f8d770ca2a25923cfd24e25d (patch) | |
| tree | 1b3435bb88e8a50236e49ddfa1a349eaf8604494 /compiler/rustc_span/src | |
| parent | 10804672c221882cfd1c94809ad09846a35fe49d (diff) | |
| download | rust-0111fb00dac90d67f8d770ca2a25923cfd24e25d.tar.gz rust-0111fb00dac90d67f8d770ca2a25923cfd24e25d.zip | |
add TestReachabilityVisitor
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
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, |
