(&self)
| 576 | |
| 577 | impl<'ll, 'tcx> ty::layout::HasTyCtxt<'tcx> for CodegenCx<'ll, 'tcx> { |
| 578 | fn tcx(&self) -> TyCtxt<'tcx> { |
| 579 | self.tcx |
| 580 | } |
| 581 | } |
| 582 | |
| 583 | impl<'ll, 'tcx> LayoutOfHelpers<'tcx> for CodegenCx<'ll, 'tcx> { |
no outgoing calls
no test coverage detected