1
Fork 0

Address review comments and CI failures

This commit is contained in:
Vadim Petrochenkov 2018-12-21 02:58:55 +03:00
parent 15cefe4b2a
commit 37af04ff8d
13 changed files with 7 additions and 30 deletions

View file

@ -0,0 +1,7 @@
// aux-build:needs-panic-runtime.rs
// aux-build:depends.rs
// error-pattern:cannot depend on a crate that needs a panic runtime
extern crate depends;
fn main() {}