lucifer1004 commented on PR #590: URL: https://github.com/apache/tvm-ffi/pull/590#issuecomment-4456554356
Thanks @gemini-code-assist — good catch. Switched to plain `#[no_mangle]` in 7232d83 so the macro stays compatible with rustc < 1.82. Edition-2024 callers will see a deprecation warning, which is harmless; if/when this project bumps MSRV to 1.82+, the attribute can be migrated to `#[unsafe(no_mangle)]` repo-wide in one go. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
