We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de69d3 commit 354d650Copy full SHA for 354d650
test-project/src/lib.rs
test-project/tests/compile-fail/with-own-crate.rs
@@ -0,0 +1,6 @@
1
+extern crate testp;
2
+//~^ ERROR E0464
3
+//~| ERROR E0463
4
+// ISSUE#78: This test requires `cargo check` before `cargo test` to
5
+// fail compilation
6
+fn main() {}
0 commit comments