Skip to content

Commit 354d650

Browse files
hdhoangThomas Bracht Laumann Jespersen
authored and
Thomas Bracht Laumann Jespersen
committed
testp: add test for #78
1 parent 4de69d3 commit 354d650

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test-project/src/lib.rs

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)