about summary refs log tree commit diff
path: root/tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed
diff options
context:
space:
mode:
authorLukas Wirth <lukas.wirth@ferrous-systems.com>2025-06-05 08:42:30 +0200
committerLukas Wirth <lukas.wirth@ferrous-systems.com>2025-06-05 09:20:19 +0200
commit1d7c1b1b4f038219e434db5d38d08cc31b3dd186 (patch)
treea97841a4082022fb6d854fa9ebbd914840809bf7 /tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed
parent46326e159f5008c1dca78911442167d5dee07b64 (diff)
downloadrust-1d7c1b1b4f038219e434db5d38d08cc31b3dd186.tar.gz
rust-1d7c1b1b4f038219e434db5d38d08cc31b3dd186.zip
Add more missing 2015 edition directives
Diffstat (limited to 'tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed')
-rw-r--r--tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed b/tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed
index 7ec421099c7..4a584a55e64 100644
--- a/tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed
+++ b/tests/ui/rust-2018/edition-lint-nested-empty-paths.fixed
@@ -1,3 +1,4 @@
+//@ edition: 2015
 //@ run-rustfix
 
 #![deny(absolute_paths_not_starting_with_crate)]