Skip to content

Commit 0050a64

Browse files
authored
Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obk
Miri: fix typo r? @oli-obk at least I think this should be "without", right?
2 parents d5d9bf0 + e33b517 commit 0050a64

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)