Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ aux-crate:somedep=somedep.rs
//@ compile-flags: -Zunstable-options -Dunused-crate-dependencies
//@ edition:2018
fn main() { //~ ERROR external crate `somedep` unused in `no_nounused`
}