From 244d64e60b94d9ffba58a2f4e38430378aa79037 Mon Sep 17 00:00:00 2001 From: Jonathan Brouwer Date: Sun, 6 Jul 2025 22:16:42 +0200 Subject: Port `#[path]` to the new attribute parsing infrastructure Signed-off-by: Jonathan Brouwer --- compiler/rustc_parse/src/validate_attr.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_parse/src') diff --git a/compiler/rustc_parse/src/validate_attr.rs b/compiler/rustc_parse/src/validate_attr.rs index 66bf9851f97..67b68e77d2b 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -289,6 +289,7 @@ pub fn check_builtin_meta_item( | sym::naked | sym::no_mangle | sym::non_exhaustive + | sym::path | sym::ignore | sym::must_use | sym::track_caller -- cgit 1.4.1-3-g733a5