Open SArpnt opened 1 week ago
rust 2024 adds unsafe attributes and makes no_mangle and other abi attributes unsafe. last i remember this library won't check for unsafe(no_mangle) so it won't work in the new edition or with the current lint. https://doc.rust-lang.org/nightly/edition-guide/rust-2024/unsafe-attributes.html
rust 2024 adds unsafe attributes and makes no_mangle and other abi attributes unsafe. last i remember this library won't check for unsafe(no_mangle) so it won't work in the new edition or with the current lint. https://doc.rust-lang.org/nightly/edition-guide/rust-2024/unsafe-attributes.html