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
While working on a sample game with rust I encountered a strange bug which I believe to be a corner case of the setup I have. I am unable to recreate it in a simpler crate, so I am going to submit the code as I have it right now, hoping someone else might spot what is going wrong.
While working on a sample game with rust I encountered a strange bug which I believe to be a corner case of the setup I have. I am unable to recreate it in a simpler crate, so I am going to submit the code as I have it right now, hoping someone else might spot what is going wrong.
I have created a branch on my project that should reproduce this bug: https://github.com/TheNeikos/rpg/tree/error-linker
If you comment in line 13 in
lib.rs
it will compile.Output of
cargo run
in that project:I think I am right to assume that rustc should error rather than the linker, as I found out the fix for this by random chance.
The text was updated successfully, but these errors were encountered: