You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add cross compilation (to compile 32bit) to my crate, and target_pointer_width is 64 in the proc-macro crate (like the host), and 32 in the root crate (like the target):
How can I get the real target_pointer_width in a proc-macro crate?