Skip to content

Commit e4de6a4

Browse files
shamb0RalfJung
andauthored
Update compiler/rustc_const_eval/src/interpret/place.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent fb1d2d1 commit e4de6a4

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_const_eval/src/interpret

1 file changed

+1
-1
lines changed

compiler/rustc_const_eval/src/interpret/place.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ where
10371037
// Turn untagged "global" pointers (obtained via `tcx`) into the machine pointer to the allocation.
10381038
M::adjust_alloc_root_pointer(&self, Pointer::from(id), Some(kind))
10391039
} else {
1040-
// Allocate new memory for mutable data
1040+
// Allocate new memory for mutable data.
10411041
self.allocate_bytes_ptr(bytes, align, kind, mutbl)
10421042
}
10431043
}

0 commit comments

Comments
 (0)