diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-06-24 00:22:09 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-07-09 01:05:21 +0300 |
| commit | adb325fc163bcb3b4248804309245a6a482dabe2 (patch) | |
| tree | 56a5094d940e54a5574eec5128a52be63860d474 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | 938916d220f2b8f7a5c5de26e7c43a826382d27f (diff) | |
| download | rust-adb325fc163bcb3b4248804309245a6a482dabe2.tar.gz rust-adb325fc163bcb3b4248804309245a6a482dabe2.zip | |
Port `#[rustc_do_not_implement_via_object]` 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 3fc10e31fc6..0290f605337 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -284,6 +284,7 @@ pub fn check_builtin_meta_item( | sym::rustc_skip_during_method_dispatch | sym::rustc_pass_by_value | sym::rustc_deny_explicit_impl + | sym::rustc_do_not_implement_via_object | sym::const_trait | sym::repr | sym::align |
