blob: 3b2e8b5677e28478ea722537dd8c70bae0883007 [file] [log] [blame]
// Check for unused crate dep, no path
//@ edition:2018
//@ aux-crate:bar=bar.rs
#![deny(unused_crate_dependencies)]
//~^ ERROR external crate `bar` unused in
fn main() {}