about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-07-26 22:42:35 -0400
committerGitHub <noreply@github.com>2025-07-26 22:42:35 -0400
commitd8099982bcca212da5e145474813d45084058ac4 (patch)
tree685cd361adf228b036cbca8e4ea0fbd3e0d08c58 /compiler/rustc_mir_transform/src/coverage/counters.rs
parentc92d61d1210fb8da853d21a02b28fd45651d999d (diff)
parent1de927c7c46444b6bdd3d508a4935b64095f696e (diff)
downloadrust-d8099982bcca212da5e145474813d45084058ac4.tar.gz
rust-d8099982bcca212da5e145474813d45084058ac4.zip
Rollup merge of #144422 - itf:itf-patch-2-1, r=ChrisDenton
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 rust-lang/rust#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