Skip to content

Commit e33b517

Browse files
committed
Miri: fix typo
1 parent 7f3df57 commit e33b517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/place.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum MemPlaceMeta<Tag = (), Id = AllocId> {
2626
/// `Sized` types or unsized `extern type`
2727
None,
2828
/// 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
29+
/// a ZST Operand without a backing allocation and being converted to an integer address. This
3030
/// should be impossible, because you can't take the address of an operand, but this is a second
3131
/// protection layer ensuring that we don't mess up.
3232
Poison,

0 commit comments

Comments
 (0)