rust/library/windows_targets
Ivan Tadeu Ferreira Antunes Filho 1de927c7c4
library/windows_targets: Fix macro expansion error in 'link' macro
A recent change altered the definition of the link! macro when the windows_raw_dylib feature is enabled, changing its syntax from pub macro {..} to pub macro($tt:tt) {..} in #143592

This change introduced a build failure with the error: "macros that expand to items must be delimited with braces or followed by a semicolon".

We add a semicolon to the line causing the issue as we also modify the non windows_raw_dylib link to make use of the link_dylib macro
2025-07-24 17:23:59 -04:00
..
src library/windows_targets: Fix macro expansion error in 'link' macro 2025-07-24 17:23:59 -04:00
Cargo.toml Migrate windows-targets to Rust 2024 2025-03-11 09:46:35 -07:00