crosscompiling from x64 to i686 fail for crate macro_rules_attribute #70158
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Example
https://docs.rs/macro_rules_attribute/0.0.1/macro_rules_attribute/#example
I found out about the issue after new team member joined and could not compile the the project
we later identified that the cause is that he have
nightly-x86_64-pc-windows-msvc
as defaultusing:
cargo build --lib --release --target=i686-pc-windows-msvc --verbose
causes:
we verified it on multiple version up to latest
rustc 1.44.0-nightly (f509b26a7 2020-03-18)
The text was updated successfully, but these errors were encountered: