Failure to compile unit tests for procedural macros on stable-x86_64-pc-windows-gnu #128944
Labels
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried the following code.
In the proc-macro nested crate
macros-derive
:In the main crate:
I expected to see this happen:
cargo test
runs to completion.Instead, compilation of the test target fails:
If I add dlltool from self-contained folder (from inside the toolchain folder) to PATH, the compilation fails with:
Stable version:
Nightly version (same result):
The text was updated successfully, but these errors were encountered: