diff options
| author | bors <bors@rust-lang.org> | 2023-08-16 19:51:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-16 19:51:47 +0000 |
| commit | 27fb598d51d4566a725e4868eaf5d2e15775193e (patch) | |
| tree | 3d1f4b12ccef9679c3e2fa1df26bbf685e3e903a /compiler/rustc_span/src | |
| parent | ce01f4d2e04f785018acd881161e58394ed3d522 (diff) | |
| parent | f6c20ad131c4d3e90e14071a88cdf65852927a6d (diff) | |
| download | rust-27fb598d51d4566a725e4868eaf5d2e15775193e.tar.gz rust-27fb598d51d4566a725e4868eaf5d2e15775193e.zip | |
Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #113115 (we are migrating to askama) - #114784 (Improve `invalid_reference_casting` lint) - #114822 (Improve code readability by moving fmt args directly into the string) - #114878 (rustc book: make more pleasant to search) - #114899 (Add missing Clone/Debug impls to SMIR Trait related tys) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index a0daebf5baa..edbf51e9b33 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -543,6 +543,7 @@ symbols! { const_panic_fmt, const_param_ty, const_precise_live_drops, + const_ptr_cast, const_raw_ptr_deref, const_raw_ptr_to_usize_cast, const_refs_to_cell, @@ -1160,6 +1161,7 @@ symbols! { profiler_runtime, ptr, ptr_cast, + ptr_cast_const, ptr_cast_mut, ptr_const_is_null, ptr_from_mut, |
