rust/library/windows_targets/src
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
..
lib.rs library/windows_targets: Fix macro expansion error in 'link' macro 2025-07-24 17:23:59 -04:00