-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNU toolchain on Windows can't build compiler plugins since nightly 2017-12-15. #47029
Comments
I suspect the issue is a result of ea35192, which added The standard library seems to use rust/src/libstd/sys/windows/backtrace/mod.rs Lines 51 to 59 in f1ea23e
Wouldn't this approach work for |
|
Compiler plugins are now deprecated so this works even less now with the whole (I'm encountering a compilation issue before linking. I don't think this is anything GNU-toolchain specific at the moment.) |
lib.rs
Building the above file as a dylib (or alternatively using cargo and
plugin = true
) fails:The full error can be seen on AppVeyor for example:
https://ci.appveyor.com/project/Rantanen/intercom/build/129/job/0k9k54hkwk1f0sfw
The build works just fine on the previous nightly.
As far as I can tell,
dbghelp
is an MSVC dependency and should be omitted for the GNU toolchain.The text was updated successfully, but these errors were encountered: