We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfc5f2 commit 8ca83e9Copy full SHA for 8ca83e9
src/librustc_mir/interpret/machine.rs
@@ -76,7 +76,7 @@ pub trait Machine<'a, 'mir, 'tcx>: Sized {
76
type MemoryExtra: Default;
77
78
/// Extra data stored in every allocation.
79
- type AllocExtra: AllocationExtra<Self::PointerTag, Self::MemoryExtra>;
+ type AllocExtra: AllocationExtra<Self::PointerTag, Self::MemoryExtra> + 'static;
80
81
/// Memory's allocation map
82
type MemoryMap:
0 commit comments