rav1e icon indicating copy to clipboard operation
rav1e copied to clipboard

Feature desync_finder does not compile

Open FreezyLemon opened this issue 4 months ago • 0 comments

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.

FreezyLemon avatar Mar 10 '24 21:03 FreezyLemon