You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
jethrogb
changed the title
Can't build using git sources based on latest Rust master
Can't build using git/path sources based on latest Rust master
Dec 28, 2018
jethrogb
changed the title
Can't build using git/path sources based on latest Rust master
Can't build using git sources based on latest Rust master
Dec 28, 2018
In #228, in
Blueprint::from
andBlueprint::push
, several invocations ofPath::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. Sincetools/rustc-std-workspace-core
will not be found on disk, the necessary[patch]
section will not be inserted. (This only applies if your installedrust-src
component is not up to date, but see #230)The text was updated successfully, but these errors were encountered: