@@ -4,6 +4,7 @@ error[E0658]: const item paths in builtin attributes are experimental
44LL | #[repr(align(UNKNOWN_ALIGN))]
55 | ^^^^^^^^^^^^^
66 |
7+ = note: see issue #52840 <https://github.com/rust-lang/rust/issues/52840> for more information
78 = help: add `#![feature(const_attr_paths)]` to the crate attributes to enable
89 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
910
@@ -13,6 +14,7 @@ error[E0658]: const item paths in builtin attributes are experimental
1314LL | #[repr(packed(UNKNOWN_PACK))]
1415 | ^^^^^^^^^^^^
1516 |
17+ = note: see issue #52840 <https://github.com/rust-lang/rust/issues/52840> for more information
1618 = help: add `#![feature(const_attr_paths)]` to the crate attributes to enable
1719 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1820
@@ -22,6 +24,7 @@ error[E0658]: const item paths in builtin attributes are experimental
2224LL | #[rustc_align(UNKNOWN_FN_ALIGN)]
2325 | ^^^^^^^^^^^^^^^^
2426 |
27+ = note: see issue #52840 <https://github.com/rust-lang/rust/issues/52840> for more information
2528 = help: add `#![feature(const_attr_paths)]` to the crate attributes to enable
2629 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2730
@@ -31,6 +34,7 @@ error[E0658]: const item paths in builtin attributes are experimental
3134LL | #[rustc_align_static(UNKNOWN_STATIC_ALIGN)]
3235 | ^^^^^^^^^^^^^^^^^^^^
3336 |
37+ = note: see issue #52840 <https://github.com/rust-lang/rust/issues/52840> for more information
3438 = help: add `#![feature(const_attr_paths)]` to the crate attributes to enable
3539 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3640
0 commit comments