We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc7f94 commit fb68292Copy full SHA for fb68292
src/tools/miri/src/machine.rs
@@ -264,7 +264,8 @@ pub struct AllocExtra<'tcx> {
264
pub weak_memory: Option<weak_memory::AllocState>,
265
/// A backtrace to where this allocation was allocated.
266
/// As this is recorded for leak reports, it only exists
267
- /// if this allocation is leakable.
+ /// if this allocation is leakable. The backtrace is not
268
+ /// pruned yet; that should be done before printing it.
269
pub backtrace: Option<Vec<FrameInfo<'tcx>>>,
270
}
271
0 commit comments