Sign in
android
/
toolchain
/
rustc
/
341341ca26dc7e8af58cc6f69b6348ca074511c9
/
.
/
src
/
test
/
ui
/
unused-crate-deps
/
extern-loc-missing-loc.rs
blob: 6ac558974d0c5476e6a606ffe3006a0b050607ac [
file
] [
log
] [
blame
]
// --extern-location with a raw reference
// aux-crate:bar=bar.rs
// compile-flags:--extern-location bar -Zunstable-options
#![
warn
(
unused_crate_dependencies
)]
fn
main
()
{}