(&mut self)
| 2520 | } |
| 2521 | |
| 2522 | fn push_vec_name(&mut self) { |
| 2523 | let path = self.path_to_vec(); |
| 2524 | self.push_str(&path); |
| 2525 | } |
| 2526 | |
| 2527 | pub fn is_exported_resource(&self, ty: TypeId) -> bool { |
| 2528 | let ty = dealias(self.resolve, ty); |
no test coverage detected