Skip to content
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

Fix compile_fail compile fail #16805

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BD103
Copy link
Member

@BD103 BD103 commented Dec 13, 2024

Objective

Solution

  • Fix compile_fail_utils's example test so that it now compiles.
  • Bless the results, which were outdated.

Testing

  • cd tools/compile_fail_utils && cargo check --all-targets
  • cd tools/compile_fail_utils && cargo test --test example

@BD103 BD103 added C-Bug An unexpected or incorrect behavior A-Build-System Related to build systems or continuous integration C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy labels Dec 13, 2024
@BD103
Copy link
Member Author

BD103 commented Dec 13, 2024

Alice previously approved this when it was part of #16770. I decided that fixing CI was too complicated for a single PR, so I split it up into tasks in #16801.

@MrGVSV MrGVSV added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compile_fail_utils no longer compiles
2 participants