Skip to content

Commit

Permalink
testp: add test for #78
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang authored and Thomas Bracht Laumann Jespersen committed Dec 29, 2017
1 parent 4de69d3 commit 354d650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added test-project/src/lib.rs
Empty file.
6 changes: 6 additions & 0 deletions test-project/tests/compile-fail/with-own-crate.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extern crate testp;
//~^ ERROR E0464
//~| ERROR E0463
// ISSUE#78: This test requires `cargo check` before `cargo test` to
// fail compilation
fn main() {}

0 comments on commit 354d650

Please sign in to comment.