]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/edition-lint-paths-2018.rs
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui / rust-2018 / edition-lint-paths-2018.rs
1 // build-pass (FIXME(62277): could be check-pass?)
2 // edition:2018
3 // compile-flags:--extern edition_lint_paths
4 // aux-build:edition-lint-paths.rs
5
6 #![deny(absolute_paths_not_starting_with_crate)]
7
8 edition_lint_paths::macro_2015!(); // OK
9
10 fn main() {}