]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused-crate-deps/extern-loc-bad-loctype.rs
Move some tests with compare-mode=nll output to revisions
[rust.git] / src / test / ui / unused-crate-deps / extern-loc-bad-loctype.rs
1 // --extern-location with bad location type
2
3 // aux-crate:bar=bar.rs
4 // compile-flags:--extern-location bar=badloc:in-the-test-file -Z unstable-options
5
6 #![warn(unused_crate_dependencies)]
7
8 fn main() {}