Skip to content

Commit 00c34b0

Browse files
Add upstream commit to builtin_attr.rs
1 parent 3674e49 commit 00c34b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/hir_def/src/builtin_attr.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//!
33
//! The actual definitions were copied from rustc's `compiler/rustc_feature/src/builtin_attrs.rs`.
44
//!
5+
//! It was last synchronized with upstream commit 2225ee1b62ff089917434aefd9b2bf509cfa087f.
6+
//!
57
//! The macros were adjusted to only expand to the attribute name, since that is all we need to do
68
//! name resolution, and `BUILTIN_ATTRIBUTES` is almost entirely unchanged from the original, to
79
//! ease updating.

0 commit comments

Comments
 (0)