diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2025-07-08 00:20:57 +0800 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2025-07-16 00:32:12 +0800 |
| commit | 3f2dc2bd1a2e0120b868911497ddbd8e43f3a9fa (patch) | |
| tree | 1b7d0258d17ef7734220a679c8280d366bea8052 /compiler/rustc_span | |
| parent | 9c3064e131f4939cc95a29bb11413c49bbda1491 (diff) | |
| download | rust-3f2dc2bd1a2e0120b868911497ddbd8e43f3a9fa.tar.gz rust-3f2dc2bd1a2e0120b868911497ddbd8e43f3a9fa.zip | |
add `const_make_global`; err for `const_allocate` ptrs if didn't call
Co-Authored-By: Ralf Jung <post@ralfj.de> Co-Authored-By: Oli Scherer <github333195615777966@oli-obk.de>
Diffstat (limited to 'compiler/rustc_span')
| -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 8b12edf426c..599ef9aba2a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -715,6 +715,7 @@ symbols! { const_indexing, const_let, const_loop, + const_make_global, const_mut_refs, const_panic, const_panic_fmt, |
