]> git.lizzy.rs Git - rust.git/blobdiff - tests/integration.rs
iterate List by value
[rust.git] / tests / integration.rs
index 4f373e034bc204d650f367ea90b111887b67cad3..a78273ce0da41238ae7a2f5ee4842b001cc8a61b 100644 (file)
@@ -64,6 +64,9 @@ fn integration_test() {
     } else if stderr.contains("query stack during panic") {
         panic!("query stack during panic in the output");
     } else if stderr.contains("E0463") {
+        // Encountering E0463 (can't find crate for `x`) did _not_ cause the build to fail in the
+        // past. Even though it should have. That's why we explicitly panic here.
+        // See PR #3552 and issue #3523 for more background.
         panic!("error: E0463");
     } else if stderr.contains("E0514") {
         panic!("incompatible crate versions");