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
Workaround compiler crashes seen by some toolchains (#110)
Motivation:
The toolchains installed via swiftly seem to trip over some compilation
issues related to lifetimes in release builds. This has been reported
upstream but for now we should workaround this to unblock users
installing toolchains with Swiftly.
Modifications:
- Remove the `~Copyable`s from the `WrappedChannel` state machine
Result:
- Compiles in release mode with Swiftly installed toolchains
0 commit comments