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
As of rust-lang/rust#41064 there are some fairly large changes to the Shared and Unique types, which break rust-gc on nightly. Once the latest nightly includes these changes, we should update our use in the nightly version of the rust-gc code.
The text was updated successfully, but these errors were encountered:
kevincox
added a commit
to kevincox/rust-gc
that referenced
this issue
Jul 22, 2017
As of rust-lang/rust#41064 there are some fairly large changes to the
Shared
andUnique
types, which break rust-gc on nightly. Once the latest nightly includes these changes, we should update our use in the nightly version of the rust-gc code.The text was updated successfully, but these errors were encountered: