Skip to content

Commit

Permalink
Remove outdated reference to interpreter snapshotting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Apr 22, 2020
1 parent 00f677d commit e97c227
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 e97c227

Please sign in to comment.