diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-06-25 00:24:14 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-07-09 01:26:39 +0300 |
| commit | e584ed0de2150ad11b24ed75e954825fd5b273f9 (patch) | |
| tree | 7b5c054f9a81186a7780b068fe3e18341c1c5e15 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | e9e64954e60ab92c839a98da16952a58196c3430 (diff) | |
| download | rust-e584ed0de2150ad11b24ed75e954825fd5b273f9.tar.gz rust-e584ed0de2150ad11b24ed75e954825fd5b273f9.zip | |
Port `#[rustc_coherence_is_core]` 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 c500c9b4063..bb5c1e0e653 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -290,6 +290,7 @@ pub fn check_builtin_meta_item( | sym::rustc_specialization_trait | sym::rustc_unsafe_specialization_marker | sym::rustc_allow_incoherent_impl + | sym::rustc_coherence_is_core | sym::marker | sym::fundamental | sym::rustc_paren_sugar |
