about summary refs log tree commit diff
path: root/tests/ui/rust-2018/edition-lint-nested-paths.rs
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-paths.rs
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-paths.rs')
-rw-r--r--tests/ui/rust-2018/edition-lint-nested-paths.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/rust-2018/edition-lint-nested-paths.rs b/tests/ui/rust-2018/edition-lint-nested-paths.rs
index 1c1d21dbab9..87dc51a3745 100644
--- a/tests/ui/rust-2018/edition-lint-nested-paths.rs
+++ b/tests/ui/rust-2018/edition-lint-nested-paths.rs
@@ -1,3 +1,4 @@
+//@ edition: 2015
 //@ run-rustfix
 
 #![deny(absolute_paths_not_starting_with_crate)]