blob: 64c3d77ce0826e0228ecb732e511e9f2923bc9d1 [file] [log] [blame]
// --extern-location with a raw reference
// check-pass
// aux-crate:bar=bar.rs
// compile-flags:--extern-location bar=raw:in-the-test-file --error-format json -Z unstable-options
#![warn(unused_crate_dependencies)]
//~^ WARNING external crate `bar` unused in
fn main() {}