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

Feature desync_finder does not compile #3360

Open
FreezyLemon opened this issue Mar 10, 2024 · 0 comments
Open

Feature desync_finder does not compile #3360

FreezyLemon opened this issue Mar 10, 2024 · 0 comments

Comments

@FreezyLemon
Copy link
Contributor

cargo c -F desync_finder on latest master fails with >50 errors. The errors seem to be mostly two issues:

  1. WriterBase calling functions that aren't const inside a const context when the feature is enabled
  2. Some borrow checker issue in the symbol_with_update! macro. Not sure how it's connected to the feature flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant