Skip to content

Commit 1e4378b

Browse files
Merge #6832
6832: Add upstream commit to builtin_attr.rs r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 3674e49 + 00c34b0 commit 1e4378b

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)