fn replay_output_cache(
package_id: PackageId,
manifest: ManifestErrorContext,
target: &Target,
path: PathBuf,
output_options: OutputOptions,
) -> WorkExpand description
Creates a unit of work that replays the cached compiler message.
Usually used when a job is fresh and doesn’t need to recompile.