pub fn compilation_cache_dir() -> Option<&'static Path>Expand description
The directory compiled kernels are cached in.
None until an install succeeds, and None for good when caching is
off. Callers that want to sit alongside the cache, such as
WarmUp, have nowhere to put their own files until
this answers.