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 6d218db commit 5c384abCopy full SHA for 5c384ab
src/tools/compiletest/src/main.rs
@@ -366,6 +366,10 @@ fn configure_gdb(config: &Config) -> Option<Config> {
366
return None;
367
}
368
369
+ if util::matches_env(&config.target, "msvc") {
370
+ return None;
371
+ }
372
+
373
if config.remote_test_client.is_some() && !config.target.contains("android") {
374
println!(
375
"WARNING: debuginfo tests are not available when \
0 commit comments