interpret: rename relocation → provenance
This commit is contained in:
parent
332cc8fb75
commit
e63a625711
14 changed files with 161 additions and 164 deletions
|
@ -326,7 +326,7 @@ pub trait Machine<'mir, 'tcx>: Sized {
|
|||
/// cache the result. (This relies on `AllocMap::get_or` being able to add the
|
||||
/// owned allocation to the map even when the map is shared.)
|
||||
///
|
||||
/// This must only fail if `alloc` contains relocations.
|
||||
/// This must only fail if `alloc` contains provenance.
|
||||
fn adjust_allocation<'b>(
|
||||
ecx: &InterpCx<'mir, 'tcx, Self>,
|
||||
id: AllocId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue