Remove outdated reference to interpreter snapshotting

This commit is contained in:
Dylan MacKenzie 2020-04-22 16:31:14 -07:00
parent 00f677d897
commit e97c227dbc

View File

@ -13,8 +13,6 @@
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 = ()> {