We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3df57 commit e33b517Copy full SHA for e33b517
src/librustc_mir/interpret/place.rs
@@ -26,7 +26,7 @@ pub enum MemPlaceMeta<Tag = (), Id = AllocId> {
26
/// `Sized` types or unsized `extern type`
27
None,
28
/// The address of this place may not be taken. This protects the `MemPlace` from coming from
29
- /// a ZST Operand with a backing allocation and being converted to an integer address. This
+ /// a ZST Operand without a backing allocation and being converted to an integer address. This
30
/// should be impossible, because you can't take the address of an operand, but this is a second
31
/// protection layer ensuring that we don't mess up.
32
Poison,
0 commit comments