(&mut self, _cx: &'tcx Self::ExtCtxt<'tcx>)
| 25 | fn ext_cx<'tcx>(&mut self, _tcx: TyCtxt<'tcx>) -> Self::ExtCtxt<'tcx>; |
| 26 | |
| 27 | fn after_codegen<'tcx>(&mut self, _cx: &'tcx Self::ExtCtxt<'tcx>) {} |
| 28 | } |
| 29 | |
| 30 | /// Mapping from `TyCtxt<'tcx>` to `Ctxt<'tcx>`. |
no outgoing calls
no test coverage detected