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