(&self, instance: &Instance<'tcx>, ty: Ty<'tcx>)
| 261 | } |
| 262 | |
| 263 | fn monomorphize(&self, instance: &Instance<'tcx>, ty: Ty<'tcx>) -> Ty<'tcx> { |
| 264 | instance.instantiate_mir_and_normalize_erasing_regions( |
| 265 | self.tcx, |
| 266 | ty::TypingEnv::fully_monomorphized(), |
| 267 | EarlyBinder::bind(ty), |
| 268 | ) |
| 269 | } |
| 270 | |
| 271 | /// Detect mem::uninitialized() |
| 272 | fn detect_uninitialized( |
no outgoing calls
no test coverage detected