about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorIvan Tadeu Ferreira Antunes Filho <itadeufa@gmail.com>2025-07-24 17:23:59 -0400
committerGitHub <noreply@github.com>2025-07-24 17:23:59 -0400
commit1de927c7c46444b6bdd3d508a4935b64095f696e (patch)
tree9b88d72dc3c39fc990ba8496d3dc3e2f0ef860bb /compiler/rustc_mir_transform/src/coverage/counters.rs
parent5d22242a3a84a55be2f648a94eecff58887547f4 (diff)
downloadrust-1de927c7c46444b6bdd3d508a4935b64095f696e.tar.gz
rust-1de927c7c46444b6bdd3d508a4935b64095f696e.zip
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
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions