Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
unused-crate-deps
/
warn-cmdline-static.rs
blob: eb51543ad1ab63a2d4b5baf97dc345c59cdddd69 [
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 extern crate `bar` is unused in