diff options
| author | bors <bors@rust-lang.org> | 2022-07-02 08:39:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-02 08:39:20 +0000 |
| commit | aedf78e56b2279cc869962feac5153b6ba7001ed (patch) | |
| tree | 81f5cf43d47148fd3f4970fa76270109cf43ae18 /compiler/rustc_monomorphize | |
| parent | 4118ad24d6c41cca330dc3f9e8f218690944d0ff (diff) | |
| parent | 7a4f33bec9c8613e87d50a8faf4902e4a3c875ff (diff) | |
Auto merge of #98802 - Dylan-DPC:rollup-u6mwx27, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #98639 (Factor out `hir::Node::Binding`) - #98653 (Add regression test for #79494) - #98763 (bootstrap: illumos platform flags for split-debuginfo) - #98766 (cleanup mir visitor for `rustc::pass_by_value`) - #98783 (interpret: make a comment less scary) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_monomorphize')
| -rw-r--r-- | compiler/rustc_monomorphize/src/collector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/src/collector.rs b/compiler/rustc_monomorphize/src/collector.rs index 2af22e129a5..3f082896ccf 100644 --- a/compiler/rustc_monomorphize/src/collector.rs +++ b/compiler/rustc_monomorphize/src/collector.rs @@ -928,7 +928,7 @@ impl<'a, 'tcx> MirVisitor<'tcx> for MirNeighborCollector<'a, 'tcx> { fn visit_local( &mut self, - _place_local: &Local, + _place_local: Local, _context: mir::visit::PlaceContext, _location: Location, ) { |
