We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38e983 commit 411e431Copy full SHA for 411e431
compiler/rustc_smir/src/rustc_smir/mod.rs
@@ -980,7 +980,7 @@ impl<'tcx> Stable<'tcx> for ty::BoundTyKind {
980
impl<'tcx> Stable<'tcx> for ty::BoundRegionKind {
981
type T = stable_mir::ty::BoundRegionKind;
982
983
- fn stable(&self, _: &mut Tables<'tcx>) -> Self::T {
+ fn stable(&self, tables: &mut Tables<'tcx>) -> Self::T {
984
use stable_mir::ty::BoundRegionKind;
985
986
match self {
0 commit comments