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 finally figured out the issue with the *.json target.
I previously used a *.json target successfully with another name. That created some confusion for me initially.
This time, I checked the sections using cargo objdump --release --example debug -- -s and all I found was a "not implemented" message in the .bss section. It seemed like the Rust compiler was complaining about an unrecognized target format.
Clue:
See-also
5e5a0e0#commitcomment-139706558
The text was updated successfully, but these errors were encountered: