Skip to content

Commit 411e431

Browse files
committed
Rebase fallout
1 parent a38e983 commit 411e431

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_smir/src/rustc_smir

1 file changed

+1
-1
lines changed

compiler/rustc_smir/src/rustc_smir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ impl<'tcx> Stable<'tcx> for ty::BoundTyKind {
980980
impl<'tcx> Stable<'tcx> for ty::BoundRegionKind {
981981
type T = stable_mir::ty::BoundRegionKind;
982982

983-
fn stable(&self, _: &mut Tables<'tcx>) -> Self::T {
983+
fn stable(&self, tables: &mut Tables<'tcx>) -> Self::T {
984984
use stable_mir::ty::BoundRegionKind;
985985

986986
match self {

0 commit comments

Comments
 (0)