(manifest: &BuildManifest, assembled: &mut AssembledOutput)
| 395 | plan, |
| 396 | units, |
| 397 | linked, |
| 398 | }) |
| 399 | } |
| 400 | |
| 401 | // Program/extra objects and any object defining an entry symbol are roots. |
| 402 | fn prune_unreferenced_stdlib( |
| 403 | units: Vec<BuiltUnit>, |
| 404 | prunable: &std::collections::HashSet<String>, |
nothing calls this directly
no test coverage detected