Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
361 stars 50 forks source link

Allow usage in rustc #32

Closed hanna-kruppe closed 7 years ago

hanna-kruppe commented 7 years ago

I'm working on a PR that makes rustc depend on owning_ref. This requires some odd incantations to make sure end users of rustc can't use the compiler's copy of the crate, at least not on stable.

hanna-kruppe commented 7 years ago

Nevermind, this may not be needed if someone volunteers to shave some yaks in rustc. I'll hope that happens and close under that assumption. Sorry for the noise :)