| 29 | use crate::interest::memory::uninit::UninitApi; |
| 30 | |
| 31 | pub struct InvalidFreeDetector<'tcx> { |
| 32 | tcx: TyCtxt<'tcx>, |
| 33 | } |
| 34 | |
| 35 | impl<'tcx> InvalidFreeDetector<'tcx> { |
| 36 | pub fn new(tcx: TyCtxt<'tcx>) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected