We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7c30b commit 091a007Copy full SHA for 091a007
src/librustc/mir/visit.rs
@@ -667,7 +667,8 @@ macro_rules! make_mir_visitor {
667
fn super_substs(&mut self, _substs: & $($mutability)* &'tcx Substs<'tcx>) {
668
}
669
670
- fn super_closure_substs(&mut self, _substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
+ fn super_closure_substs(&mut self,
671
+ _substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
672
673
674
fn super_const_val(&mut self, _substs: & $($mutability)* ConstVal) {
0 commit comments