()
| 4718 | } |
| 4719 | Ok(()) |
| 4720 | } |
| 4721 | |
| 4722 | /// Validate a recursor by comparing with generated canonical form. |
| 4723 | pub fn check_recursor_member( |
| 4724 | &mut self, |
| 4725 | id: &KId<M>, |
| 4726 | ) -> Result<(), TcError<M>> { |
| 4727 | let ( |
| 4728 | rec_block, |
| 4729 | ty, |
nothing calls this directly
no test coverage detected