In #228, in Blueprint::from and Blueprint::push, several invocations of Path::exists were added. Since git sources are not available on the filesystem, this has broken builds using git sources after rust-lang/rust#56092 was merged. Since tools/rustc-std-workspace-core will not be found on disk, the necessary [patch] section will not be inserted. (This only applies if your installed rust-src component is not up to date, but see #230)
In #228, in
Blueprint::fromandBlueprint::push, several invocations ofPath::existswere added. Since git sources are not available on the filesystem, this has broken builds using git sources after rust-lang/rust#56092 was merged. Sincetools/rustc-std-workspace-corewill not be found on disk, the necessary[patch]section will not be inserted. (This only applies if your installedrust-srccomponent is not up to date, but see #230)