]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unused-crate-deps/extern-loc-raw.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / unused-crate-deps / extern-loc-raw.rs
CommitLineData
6a06907d
XL
1// --extern-location with a raw reference
2
3// check-pass
4// aux-crate:bar=bar.rs
17df50a5 5// compile-flags:--extern-location bar=raw:in-the-test-file -Z unstable-options
6a06907d
XL
6
7#![warn(unused_crate_dependencies)]
8//~^ WARNING external crate `bar` unused in
9
10fn main() {}