Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/builtin_attr.rs')
| -rw-r--r-- | crates/hir-def/src/builtin_attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-def/src/builtin_attr.rs b/crates/hir-def/src/builtin_attr.rs index 3f43111fb1..9aad996a84 100644 --- a/crates/hir-def/src/builtin_attr.rs +++ b/crates/hir-def/src/builtin_attr.rs @@ -274,6 +274,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[ ungated!(feature, CrateLevel, template!(List: "name1, name1, ...")), // FIXME(#14407) -- only looked at on-demand so we can't // guarantee they'll have already been checked. + // FIXME(jhpratt) remove this when #[rustc_deprecated] is fully removed from the compiler ungated!( rustc_deprecated, AssumedUsed, template!(List: r#"since = "version", reason = "...""#) |