-
Notifications
You must be signed in to change notification settings - Fork 13.4k
tests: add failing tests for type_changing_struct_update
feature flag
#86660
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
tests: add failing tests for type_changing_struct_update
feature flag
#86660
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. Please see the contribution instructions for more information. |
The job Click to see the possible cause of the failure (guessed by this bot)
|
I think it's better to include the commits here into that PR, not to separate PRs. |
I've marked this as waiting on author, we can change it back once #86646 lands. |
Closing since #89730 has been merged and includes a similar test |
This PR adds failing tests for the feature flag
type_changing_struct_update
.The requirement for the same can be found in the following comment: #86618 (comment)
Related Issue: #86618
Please keep in mind that PR: #86646 has to be merged before the merge of this PR.