Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Check for unused crate dep, no path
//@ edition:2018
//@ check-pass
//@ compile-flags: -Wunused-crate-dependencies
//@ aux-crate:bar=bar.rs
fn main() {}
//~^ WARNING extern crate `bar` is unused in