]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/runtime-depend-on-needs-runtime.rs
Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton
[rust.git] / src / test / compile-fail / runtime-depend-on-needs-runtime.rs
1 // aux-build:needs-panic-runtime.rs
2 // aux-build:depends.rs
3 // error-pattern:cannot depend on a crate that needs a panic runtime
4
5 extern crate depends;
6
7 fn main() {}