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 e78da64 commit f6434f1Copy full SHA for f6434f1
tests/integration.rs
@@ -59,6 +59,10 @@ fn integration_test() {
59
panic!("query stack during panic in the output");
60
} else if stderr.contains("E0463") {
61
panic!("error: E0463");
62
+ } else if stderr.contains("E0514") {
63
+ panic!("incompatible crate versions");
64
+ } else if stderr.contains("failed to run `rustc` to learn about target-specific information") {
65
+ panic!("couldn't find librustc_driver, consider setting `LD_LIBRARY_PATH`");
66
}
67
68
match output.status.code() {
0 commit comments