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
This causes AnyOwnExt's "move" and AnyRefExt's "is" to fail when used with some types from other crates / prevents the safe extraction of the underlying type of trait objects.
Fixes#13507.
I haven't familiarized myself with this part of the rust compiler, so hopefully there are no mistakes (despite the simplicity of the commit). It is also 5am.
See: https://gist.github.com/Meyermagic/10636908 (where the underscores in the filenames represent forward slashes / subdirectories)
With Foo as an enum, the TypeId differs in each crate. With a simple struct, the TypeIds match.
The text was updated successfully, but these errors were encountered: