Skip to content

Commit c7e2617

Browse files
authored
Rollup merge of rust-lang#71452 - ecstatic-morse:no-more-snapshot, r=RalfJung
Remove outdated reference to interpreter snapshotting This should have been a part of rust-lang#70087. r? @RalfJung
2 parents 9ba70a9 + e97c227 commit c7e2617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_middle/mir/interpret/allocation.rs

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ use super::{
1313
read_target_uint, write_target_uint, AllocId, InterpResult, Pointer, Scalar, ScalarMaybeUndef,
1414
};
1515

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

0 commit comments

Comments
 (0)