Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
unused-crate-deps
/
warn-cmdline-static.rs
blob: c609529a6c6fbea18c446692a4ac6709081b5e5e [
file
] [
log
] [
blame
]
// Check for unused crate dep, no path
// edition:2018
// check-pass
// compile-flags: -Wunused-crate-dependencies
// aux-crate:bar=bar.rs
// no-prefer-dynamic
fn
main
()
{}
//~^ WARNING external crate `bar` unused in