Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
extern-flag
/
no-nounused.rs
blob: 30b66339876364ec14318e35a01306cf2608ccfd [
file
] [
log
] [
blame
] [
edit
]
//@ aux-crate:somedep=somedep.rs
//@ compile-flags: -Zunstable-options -Dunused-crate-dependencies
//@ edition:2018
fn
main
()
{
//~ ERROR extern crate `somedep` is unused in crate `no_nounused`
}