-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Regex tests are ignored on windows #13725
Comments
I am less convinced that this is a syntax extension problem (small syntax extensions work for me), requires more investigation. |
Closing, the underlying cause is on osx as well, this will get fixed anyway when landing regexes. |
Reopening and hijacking the description. |
I just tried running
|
…flodiebold feat: resolve const for trait impls Fixed rust-lang#13694
…esult, r=Veykril fix: resolve all inference vars in `InferenceResult::assoc_resolutions` I think this fixes 'rust-lang#13773, ~but still haven't found repro. I'll try finding one so we can have a regression test~. We should resolve every inference variable in `InferenceResult` after inference is done. We started recording `Substitution`s for each resolved associated items in rust-lang#13725, but failed to do so which causes crash when analyzing source in IDE layer.
Updated description
They're broken on the bots: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5537/steps/test/logs/stdio
Needs investigation.
Original description
For example, the new regex tests just failed with this error
I suspect that we're not marking the macro registrar with a dllexport linkage. Needs more investigation.
Additionally, that error is pretty bad.
The text was updated successfully, but these errors were encountered: