We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e682333 commit 00dc29bCopy full SHA for 00dc29b
src/librustc_mir/interpret/machine.rs
@@ -86,7 +86,7 @@ pub trait Machine<'a, 'mir, 'tcx>: Sized {
86
type MemoryExtra: Default;
87
88
/// Extra data stored in every allocation.
89
- type AllocExtra: AllocationExtra<Self::PointerTag, Self::MemoryExtra>;
+ type AllocExtra: AllocationExtra<Self::PointerTag, Self::MemoryExtra> + 'static;
90
91
/// Memory's allocation map
92
type MemoryMap:
0 commit comments