-
Notifications
You must be signed in to change notification settings - Fork 0
kitsune2_test_utils regression: using pseudo-canonical queries in typeck #180
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
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
from-crater
A regression found via a crater run, not part of our test suite
Comments
Should be fixed by tweaks to the stall obligations PR. |
fixed by rust-lang/rust#138845 |
opening because I think we didn't add a test for this |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Apr 25, 2025
stall generator witness obligations: add regression test fixes rust-lang/trait-system-refactor-initiative#180 r? `@compiler-errors`
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Apr 26, 2025
stall generator witness obligations: add regression test fixes rust-lang/trait-system-refactor-initiative#180 r? ``@compiler-errors``
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 26, 2025
Rollup merge of rust-lang#140308 - lcnr:add-ui-test, r=compiler-errors stall generator witness obligations: add regression test fixes rust-lang/trait-system-refactor-initiative#180 r? ```@compiler-errors```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
from-crater
A regression found via a crater run, not part of our test suite
https://crater-reports.s3.amazonaws.com/pr-133502-2/try%23da0a4799770027c4c578bf48cdb390acfde09023/reg/kitsune2_test_utils-0.1.3/log.txt
Weird repro but it gets the job done:
Due to the fact that we strip opaques and generators out of the typing env when checking
is_copy_raw
, which is done by the expr use visitor.The text was updated successfully, but these errors were encountered: