summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-03-09 13:05:13 +0100
committerRalf Jung <post@ralfj.de>2024-03-09 13:08:55 +0100
commite632e3f9a501daefde13a264e1d0aff54a417510 (patch)
tree359398ad1caca9d7bba77599018ea1f0a284537b /compiler/rustc_span/src
parent1b427b3bf79c2cd48c75915301be3b009b82dea3 (diff)
downloadrust-e632e3f9a501daefde13a264e1d0aff54a417510.tar.gz
rust-e632e3f9a501daefde13a264e1d0aff54a417510.zip
miri: do not apply aliasing restrictions to Box with custom allocator
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 9dadd471247..283c685eaa3 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1450,6 +1450,7 @@ symbols! {
         residual,
         result,
         resume,
+        retag_box_to_raw,
         return_position_impl_trait_in_trait,
         return_type_notation,
         rhs,