2019-07-02 16:30:28 -05:00
|
|
|
// build-pass (FIXME(62277): could be check-pass?)
|
2018-11-28 13:52:58 -06:00
|
|
|
// 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() {}
|