about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-12 22:04:46 +0000
committerbors <bors@rust-lang.org>2023-07-12 22:04:46 +0000
commit5085fe3bd2c4d45cfdffb572c5ac21c653a67192 (patch)
treed14f7f56488dc695510bc7de91812156ebe617a6 /compiler/rustc_span/src
parent3ea096a28d6ebd00564869d62ece822af9743c6c (diff)
parentd1e1f76afe15b50a474091dafa0c41f0813b6b2d (diff)
downloadrust-5085fe3bd2c4d45cfdffb572c5ac21c653a67192.tar.gz
rust-5085fe3bd2c4d45cfdffb572c5ac21c653a67192.zip
Auto merge of #2977 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 5c6d43e50ea..d655276a991 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1152,8 +1152,10 @@ symbols! {
         profiler_runtime,
         ptr,
         ptr_cast_mut,
+        ptr_const_is_null,
         ptr_from_ref,
         ptr_guaranteed_cmp,
+        ptr_is_null,
         ptr_mask,
         ptr_null,
         ptr_null_mut,