summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rust-2018/edition-lint-paths-2018.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rust-2018/edition-lint-paths-2018.rs')
-rw-r--r--src/test/ui/rust-2018/edition-lint-paths-2018.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/rust-2018/edition-lint-paths-2018.rs b/src/test/ui/rust-2018/edition-lint-paths-2018.rs
deleted file mode 100644
index 2005d8f4d..000000000
--- a/src/test/ui/rust-2018/edition-lint-paths-2018.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// build-pass (FIXME(62277): could be check-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() {}