We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On x86_64-pc-windows-msvc the src/test/ui-fulldeps/gated-plugin.rs and ui-fulldeps/multiple-plugins.rs tests fail on stage 1 but succeed in stage 2.
src/test/ui-fulldeps/gated-plugin.rs
ui-fulldeps/multiple-plugins.rs
Abbreviated error output:
---- [ui] src/test\ui-fulldeps\gated-plugin.rs stdout ---- --- stderr ------------------------------- error: LoadLibraryExW failed --> R:\rust\src/test\ui-fulldeps\gated-plugin.rs:3:11 | LL | #![plugin(empty_plugin)] | ^^^^^^^^^^^^ error: aborting due to previous error ------------------------------------------
---- [ui] src/test\ui-fulldeps\multiple-plugins.rs stdout ---- --- stderr ------------------------------- error: LoadLibraryExW failed --> R:\rust\src/test\ui-fulldeps\multiple-plugins.rs:8:11 | LL | #![plugin(multiple_plugins_1)] //~ WARN use of deprecated attribute `plugin` | ^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ------------------------------------------
I guess one solution would be to make them stage 2 only?
The text was updated successfully, but these errors were encountered:
ui-fulldeps/gated-plugins
ui-fulldeps/multiple-plugins
FWIW they have been also failing on windows-gnu since forever when using stage 1 as well but never bothered to investigate it 😄
windows-gnu
Sorry, something went wrong.
a9dc6a6
Successfully merging a pull request may close this issue.
On x86_64-pc-windows-msvc the
src/test/ui-fulldeps/gated-plugin.rs
andui-fulldeps/multiple-plugins.rs
tests fail on stage 1 but succeed in stage 2.Abbreviated error output:
I guess one solution would be to make them stage 2 only?
The text was updated successfully, but these errors were encountered: