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 26dcbf5 commit 3f41fe2Copy full SHA for 3f41fe2
tests/integration.rs
@@ -72,6 +72,8 @@ fn integration_test() {
72
panic!("incompatible crate versions");
73
} else if stderr.contains("failed to run `rustc` to learn about target-specific information") {
74
panic!("couldn't find librustc_driver, consider setting `LD_LIBRARY_PATH`");
75
+ } else if stderr.contains("toolchain") && stderr.contains("is not installed") {
76
+ panic!("missing required toolchain");
77
}
78
79
match output.status.code() {
0 commit comments