pub const SYSTEM_ROOTS: &[&str];Expand description
Absolute roots whose contents are keyed verbatim rather than through a placeholder.
Files beneath these roots are still digested; keying the path verbatim only declares that the path itself is a machine property rather than a checkout-specific one, which is what makes system headers shareable between worktrees on one machine.