MIR: s/Lvalue/Place in type names.
This commit is contained in:
@@ -639,7 +639,7 @@ impl<'a, 'tcx> MirVisitor<'tcx> for MirNeighborCollector<'a, 'tcx> {
|
||||
|
||||
fn visit_static(&mut self,
|
||||
static_: &mir::Static<'tcx>,
|
||||
context: mir::visit::LvalueContext<'tcx>,
|
||||
context: mir::visit::PlaceContext<'tcx>,
|
||||
location: Location) {
|
||||
debug!("visiting static {:?} @ {:?}", static_.def_id, location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user