Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung

Remove outdated reference to interpreter snapshotting

This should have been a part of #70087.

r? @RalfJung
This commit is contained in:
Dylan DPC 2020-04-23 15:57:16 +02:00 committed by GitHub
commit 414355b42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ()> {