diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-06-24 00:27:30 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-07-09 01:06:29 +0300 |
| commit | 6f8e92d5aaa717773e38c1be547a0c4556ed9145 (patch) | |
| tree | 16bff1624d79383b002430236660448cede78139 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | adb325fc163bcb3b4248804309245a6a482dabe2 (diff) | |
| download | rust-6f8e92d5aaa717773e38c1be547a0c4556ed9145.tar.gz rust-6f8e92d5aaa717773e38c1be547a0c4556ed9145.zip | |
Port `#[rustc_coinductive]` 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 0290f605337..700f5e78884 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -285,6 +285,7 @@ pub fn check_builtin_meta_item( | sym::rustc_pass_by_value | sym::rustc_deny_explicit_impl | sym::rustc_do_not_implement_via_object + | sym::rustc_coinductive | sym::const_trait | sym::repr | sym::align |
