Address review comments and CI failures
This commit is contained in:
parent
15cefe4b2a
commit
37af04ff8d
13 changed files with 7 additions and 30 deletions
7
src/test/compile-fail/runtime-depend-on-needs-runtime.rs
Normal file
7
src/test/compile-fail/runtime-depend-on-needs-runtime.rs
Normal 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() {}
|
Loading…
Add table
Add a link
Reference in a new issue