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
106: error during compilation if two copies of cortex-m-rt are being linked r=adamgreig a=japaric
linking two copies into the final binary produces a confusing linker error
message. This improves the situation by producing an error at compile time.
This will have to be backported into the v0.5.x series or you won't get the new
error message.
r? @rust-embedded/cortex-m (anyone)
Co-authored-by: Jorge Aparicio <[email protected]>
0 commit comments