-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Regex tests are ignored on windows #13725
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
O-windows
Operating system: Windows
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
|
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Dec 17, 2022
…flodiebold feat: resolve const for trait impls Fixed rust-lang#13694
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Dec 17, 2022
…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.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: