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
When changing the dll suffix an assertion will be triggered. I'm using cargo-xbuild to build a custom target and there I can add an option to change the suffix.
Problem
When changing the dll suffix an assertion will be triggered. I'm using
cargo-xbuild
to build a custom target and there I can add an option to change the suffix.Steps
I created a repository with an example and the steps how to reproduce it: https://github.com/not-matthias/rust-dll-extension
Possible Solution(s)
Only the dll suffix has been changed and the dll is still the same. Thus it should be possible to just remove the assertion.
Here's the affected code:
And here's the pull request that introduced this behaviour: #8210
Notes
OS: Windows 10
Output of
cargo version
:Output of
rustup show
:The text was updated successfully, but these errors were encountered: