pub const PATCHES_DIR: &str = "patches";Expand description
Where Project::patch puts a dependency it takes into the tree: patches/<dep>,
beside the project’s own sources rather than under pkgs_dir. One directory per
dependency, named after it, so the path a diagnostic carries names the dependency it
is in.