-
Notifications
You must be signed in to change notification settings - Fork 111
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
Taffy 0.3.18 crashes rustdoc build #644
Comments
Builds on nightly seem broken with this. |
I'm on osx stable and same issue. |
I've tried 0.3.10 (min version for Bevy) to 0.3.18 and they all fail the same. But I don't see any other Bevy project compiling so it really looks like all those versions are broken? |
Duplicate of #642 ? |
This is caused by rust-lang/rust#123824 For future reference, the following version exhibits the issue when compiling Taffy 0.3.18: rustc 1.79.0-nightly (a07f3eb43 2024-04-11) @djeedai Are you sure you're seeing this on stable Rust. I am unable to reproduce this on rust 1.77.0 or 1.77.2 on macOS (but I am seeing the failure on |
I've published Taffy 0.3.19 which fixes the internal failure within Taffy. Although 3rd-party callers of Taffy's APIs may need to update their calls. |
No this was in nightly my bad. The project I was trying had a forced nightly in a config file, and hadn't realized. This builds with stable. |
taffy
version0.3.18
Platform
Rustdoc
What you did
Compiling
bevy_ui
on rustdocWhat went wrong
The text was updated successfully, but these errors were encountered: