interpret: fix comment typo

This commit is contained in:
Ralf Jung 2026-02-18 18:22:26 +01:00
parent c043085801
commit 3cb093af1f

View file

@ -647,8 +647,9 @@ impl<'rt, 'tcx, M: Machine<'tcx>> ValidityVisitor<'rt, 'tcx, M> {
}
} else {
// This is not CTFE, so it's Miri with recursive checking.
// FIXME: should we also `UnsafeCell` behind shared references? Currently that is not
// needed since validation reads bypass Stacked Borrows and data race checks.
// FIXME: should we skip `UnsafeCell` behind shared references? Currently that is
// not needed since validation reads bypass Stacked Borrows and data race checks,
// but is that really coherent?
}
let path = &self.path;
ref_tracking.track(place, || {