diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-06-24 00:18:37 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-07-09 01:04:35 +0300 |
| commit | 938916d220f2b8f7a5c5de26e7c43a826382d27f (patch) | |
| tree | 3f29ffe516f69d0f1019b4436af114cc1e1daf84 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | 62f58dbb2d4b9cc0f2a20cb836eb48d869358416 (diff) | |
| download | rust-938916d220f2b8f7a5c5de26e7c43a826382d27f.tar.gz rust-938916d220f2b8f7a5c5de26e7c43a826382d27f.zip | |
Port `#[rustc_deny_explicit_impl]` to the new attribute system
Diffstat (limited to 'compiler/rustc_parse/src/validate_attr.rs')
| -rw-r--r-- | compiler/rustc_parse/src/validate_attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/validate_attr.rs b/compiler/rustc_parse/src/validate_attr.rs index 53346b40e2b..3fc10e31fc6 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -283,6 +283,7 @@ pub fn check_builtin_meta_item( | sym::rustc_confusables | sym::rustc_skip_during_method_dispatch | sym::rustc_pass_by_value + | sym::rustc_deny_explicit_impl | sym::const_trait | sym::repr | sym::align |
