You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Fest fails to compile on the latest version of rust-nightly with an error in futures-await, possibly need to update the version of ruma-client in use, and/or ruma-client's dependancies.
The text was updated successfully, but these errors were encountered:
So unless we use unsafe, this is blocked on alexcrichton/futures-await#79 (as you seem to have figured out yourself). I'd prefer to just wait for a fix for that issue, and to keep using an older Nightly until then.
I've been told it's perfectly fine to use unsafe to fix this since it's just futures-await code, and they never return unmovable generators. But if you want to wait that's fine.
Fest fails to compile on the latest version of rust-nightly with an error in futures-await, possibly need to update the version of ruma-client in use, and/or ruma-client's dependancies.
The text was updated successfully, but these errors were encountered: