diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-04-11 15:33:37 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-04-21 11:08:37 -0700 |
| commit | 4f4442655ee755b68fc04386f243c637a64f8320 (patch) | |
| tree | 212fd3f1d1b44129deb808fba652cefbe0e17282 /compiler/rustc_span/src | |
| parent | e6b2b764ecf08e3144274383e8f95e51fcaa6963 (diff) | |
| download | rust-4f4442655ee755b68fc04386f243c637a64f8320.tar.gz rust-4f4442655ee755b68fc04386f243c637a64f8320.zip | |
Add an intrinsic that lowers to AggregateKind::RawPtr
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 46bae1c1e98..f5eeb3d4ff1 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -361,6 +361,7 @@ symbols! { adt_const_params, advanced_slice_patterns, adx_target_feature, + aggregate_raw_ptr, alias, align, align_offset, |
