We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1d2d1 commit e4de6a4Copy full SHA for e4de6a4
compiler/rustc_const_eval/src/interpret/place.rs
@@ -1037,7 +1037,7 @@ where
1037
// Turn untagged "global" pointers (obtained via `tcx`) into the machine pointer to the allocation.
1038
M::adjust_alloc_root_pointer(&self, Pointer::from(id), Some(kind))
1039
} else {
1040
- // Allocate new memory for mutable data
+ // Allocate new memory for mutable data.
1041
self.allocate_bytes_ptr(bytes, align, kind, mutbl)
1042
}
1043
0 commit comments