Skip to content

Commit

Permalink
Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung
Browse files Browse the repository at this point in the history
Remove outdated reference to interpreter snapshotting

This should have been a part of #70087.

r? @RalfJung
  • Loading branch information
Dylan-DPC committed Apr 23, 2020
2 parents 4ae7037 + e97c227 commit 414355b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc_middle/mir/interpret/allocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use super::{
read_target_uint, write_target_uint, AllocId, InterpResult, Pointer, Scalar, ScalarMaybeUndef,
};

// NOTE: When adding new fields, make sure to adjust the `Snapshot` impl in
// `src/librustc_mir/interpret/snapshot.rs`.
#[derive(Clone, Debug, Eq, PartialEq, PartialOrd, Ord, Hash, RustcEncodable, RustcDecodable)]
#[derive(HashStable)]
pub struct Allocation<Tag = (), Extra = ()> {
Expand Down

0 comments on commit 414355b

Please sign in to comment.