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
I tracked down a pretty odd error, which can be found here: https://gist.github.com/2381410. It seems that with a pretty complicated use of libraries and the sharing of names for types, modules, and impls ultimately confuses the metadata decoder.
The text was updated successfully, but these errors were encountered:
…ws, r=RalfJung
Handle wildcard pointers in SB
This uses an permissive `Unknown` implementation, where a wildcard pointer (and any SRW derived from a wildcard pointer) can access any previously-exposed SB tag. This is missing any meaningful test-cases, and all of the edge-cases have not yet been worked through.
I think there's also some bugs here with differing Unknowns in different ranges and having things behave really weirdly too, alongside some issues with retagging to `SRO` or `Unique`.
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 8, 2025
I tracked down a pretty odd error, which can be found here: https://gist.github.com/2381410. It seems that with a pretty complicated use of libraries and the sharing of names for types, modules, and impls ultimately confuses the metadata decoder.
The text was updated successfully, but these errors were encountered: