Rebase fallout
This commit is contained in:
parent
a38e98371b
commit
411e431c70
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ impl<'tcx> Stable<'tcx> for ty::BoundTyKind {
|
||||||
impl<'tcx> Stable<'tcx> for ty::BoundRegionKind {
|
impl<'tcx> Stable<'tcx> for ty::BoundRegionKind {
|
||||||
type T = stable_mir::ty::BoundRegionKind;
|
type T = stable_mir::ty::BoundRegionKind;
|
||||||
|
|
||||||
fn stable(&self, _: &mut Tables<'tcx>) -> Self::T {
|
fn stable(&self, tables: &mut Tables<'tcx>) -> Self::T {
|
||||||
use stable_mir::ty::BoundRegionKind;
|
use stable_mir::ty::BoundRegionKind;
|
||||||
|
|
||||||
match self {
|
match self {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue