-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
found unstable fingerprints for predicates_of(core[3998]::ops::function::Fn) in Bevy #83303
Comments
One step I missed from the fast-compile setup is adding these lines to
Removing these lines stops the bug from occurring |
Possibly releated to #83292 |
@cwboden: Does this still happen on the latest nightly? |
@Aaron1011: It does not, I can no longer reproduce this problem |
This just happened to me as well after following bevys fast compile setup at: https://bevyengine.org/learn/book/getting-started/setup/ I'm on the latest nightly (just installed it).
It doesn't happen if I comment out in
|
Thanks for filing the bug report! We just shipped a patch release to work around this issue and are currently triaging related issues related to ensure each underlying problem gets resolved. Since this appears to be a duplicate of #83259, I'm going to close in favor of that issue. |
I was following the Bevy 'Getting Started' tutorial here. I followed the instructions to setup the code in fast-compile mode, which involves using
LLD
to link and thenightly
build of the Rust compiler. That setup guide is here.Code
The code is extremely minimal, though I imagine a lot is going on behind the scenes:
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: