diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-06-16 22:11:41 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-07-07 14:33:20 +0300 |
| commit | bb8b741c32b3b2f32e358b1cfc1111c19cf82306 (patch) | |
| tree | 3094d25fc6c9b216776a5e5177bdcb42be9e0e4f /compiler/rustc_parse/src/validate_attr.rs | |
| parent | c720f49c46ec3e70bbc2bbb3e0dd1fe7fc0a47f2 (diff) | |
| download | rust-bb8b741c32b3b2f32e358b1cfc1111c19cf82306.tar.gz rust-bb8b741c32b3b2f32e358b1cfc1111c19cf82306.zip | |
Port `#[export_stable]` 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 67b68e77d2b..47432a3b7ff 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -271,6 +271,7 @@ pub fn check_builtin_meta_item( if matches!( name, sym::inline + | sym::export_stable | sym::may_dangle | sym::rustc_as_ptr | sym::rustc_pub_transparent |
