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 645147a commit b19cc7cCopy full SHA for b19cc7c
src/note.rs
@@ -53,7 +53,7 @@ struct Nhdr32 {
53
macro_rules! define_abi_tag {
54
() => {
55
#[used]
56
- #[link_section = ".note.ABI-tag"]
+ #[unsafe(link_section = ".note.ABI-tag")]
57
static ABI_TAG: $crate::_AbiTag = $crate::_AbiTag::new($crate::HermitVersion {
58
major: $crate::_parse_u128(::core::env!("CARGO_PKG_VERSION_MAJOR")) as u32,
59
minor: $crate::_parse_u128(::core::env!("CARGO_PKG_VERSION_MINOR")) as u32,
0 commit comments