Skip to content

Commit f2a6cb6

Browse files
committed
Implement other logics
1 parent e1825d5 commit f2a6cb6

File tree

1 file changed

+3
-0
lines changed
  • src/unstable/convert/stable

1 file changed

+3
-0
lines changed

src/unstable/convert/stable/ty.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,9 @@ impl<'tcx> Stable<'tcx> for ty::ClauseKind<'tcx> {
764764
ClauseKind::HostEffect(..) => {
765765
todo!()
766766
}
767+
ClauseKind::UnstableFeature(_) => {
768+
todo!()
769+
}
767770
}
768771
}
769772
}

0 commit comments

Comments
 (0)