(&mut self)
| 2599 | } |
| 2600 | |
| 2601 | pub fn path_to_bool_lift(&mut self) -> String { |
| 2602 | self.path_from_runtime_module(RuntimeItem::BoolLift, "bool_lift") |
| 2603 | } |
| 2604 | |
| 2605 | fn path_to_run_ctors_once(&mut self) -> String { |
| 2606 | self.path_from_runtime_module(RuntimeItem::RunCtorsOnce, "run_ctors_once") |
nothing calls this directly
no test coverage detected