blob: 878d1dc72ccb138fa0ba5220c61977da97856bfa [file] [log] [blame] [edit]
//@ aux-build:edition-lint-paths.rs
//@ run-rustfix
//@ compile-flags:--extern edition_lint_paths
//@ edition:2018
#![deny(rust_2018_idioms)]
#![allow(dead_code, unexpected_cfgs)]
// The suggestion span should include the attribute.
//~^ ERROR unused extern crate
fn main() {}