We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ba70a9 + e97c227 commit c7e2617Copy full SHA for c7e2617
src/librustc_middle/mir/interpret/allocation.rs
@@ -13,8 +13,6 @@ use super::{
13
read_target_uint, write_target_uint, AllocId, InterpResult, Pointer, Scalar, ScalarMaybeUndef,
14
};
15
16
-// NOTE: When adding new fields, make sure to adjust the `Snapshot` impl in
17
-// `src/librustc_mir/interpret/snapshot.rs`.
18
#[derive(Clone, Debug, Eq, PartialEq, PartialOrd, Ord, Hash, RustcEncodable, RustcDecodable)]
19
#[derive(HashStable)]
20
pub struct Allocation<Tag = (), Extra = ()> {
0 commit comments