blob: 09b31beb775859dedaecf63813c69f1d699937fd [file] [log] [blame]
// compile-pass
// edition:2018
// compile-flags:--extern edition_lint_paths
// aux-build:edition-lint-paths.rs
#![deny(absolute_paths_not_starting_with_crate)]
edition_lint_paths::macro_2015!(); // OK
fn main() {}