We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3674e49 commit 00c34b0Copy full SHA for 00c34b0
crates/hir_def/src/builtin_attr.rs
@@ -2,6 +2,8 @@
2
//!
3
//! The actual definitions were copied from rustc's `compiler/rustc_feature/src/builtin_attrs.rs`.
4
5
+//! It was last synchronized with upstream commit 2225ee1b62ff089917434aefd9b2bf509cfa087f.
6
+//!
7
//! The macros were adjusted to only expand to the attribute name, since that is all we need to do
8
//! name resolution, and `BUILTIN_ATTRIBUTES` is almost entirely unchanged from the original, to
9
//! ease updating.
0 commit comments