(&mut self)
| 2603 | } |
| 2604 | |
| 2605 | fn path_to_run_ctors_once(&mut self) -> String { |
| 2606 | self.path_from_runtime_module(RuntimeItem::RunCtorsOnce, "run_ctors_once") |
| 2607 | } |
| 2608 | |
| 2609 | pub fn path_to_vec(&mut self) -> String { |
| 2610 | self.path_from_runtime_module(RuntimeItem::VecType, "Vec") |
no test coverage detected