From 00c34b048e5e1025f968dc10735d32b77a31e2f5 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 11 Dec 2020 19:12:06 +0100 Subject: Add upstream commit to builtin_attr.rs --- crates/hir_def/src/builtin_attr.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/hir_def/src') diff --git a/crates/hir_def/src/builtin_attr.rs b/crates/hir_def/src/builtin_attr.rs index a02bf01cd..2e989c504 100644 --- a/crates/hir_def/src/builtin_attr.rs +++ b/crates/hir_def/src/builtin_attr.rs @@ -2,6 +2,8 @@ //! //! The actual definitions were copied from rustc's `compiler/rustc_feature/src/builtin_attrs.rs`. //! +//! It was last synchronized with upstream commit 2225ee1b62ff089917434aefd9b2bf509cfa087f. +//! //! The macros were adjusted to only expand to the attribute name, since that is all we need to do //! name resolution, and `BUILTIN_ATTRIBUTES` is almost entirely unchanged from the original, to //! ease updating. -- cgit v1.2.3