mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
5f1e962824
added a valid example that violated the assumption in the proposed change: it is possible for a borrowee type to be a ref of it's borrowed type. removed the assumption, treated all cases appropriately.