Skip to content

Commit

Permalink
Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obk
Browse files Browse the repository at this point in the history
Miri: fix typo

r? @oli-obk at least I think this should be "without", right?
  • Loading branch information
Dylan-DPC authored Apr 17, 2020
2 parents d5d9bf0 + e33b517 commit 0050a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/place.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub enum MemPlaceMeta<Tag = (), Id = AllocId> {
/// `Sized` types or unsized `extern type`
None,
/// The address of this place may not be taken. This protects the `MemPlace` from coming from
/// 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
/// should be impossible, because you can't take the address of an operand, but this is a second
/// protection layer ensuring that we don't mess up.
Poison,
Expand Down

0 comments on commit 0050a64

Please sign in to comment.