We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a286f3 commit 26f9620Copy full SHA for 26f9620
library/compiler-builtins/crates/josh-sync/src/sync.rs
@@ -177,8 +177,8 @@ impl GitSync {
177
// file to find out which commit that would be.
178
println!("Preparing {github_user}/rust (base: {base})...");
179
180
- if Command::new("git")
181
- .args(["-C", &rustc_git, "fetch", &user_rust_url])
+ // TODO
+ if dbg!(Command::new("git").args(["-C", &rustc_git, "fetch", &user_rust_url]))
182
// .output()
183
.status()
184
.expect("could not run fetch")
0 commit comments