Files
rust/tests/ui/borrowck
GTimothy 5f1e962824 fix: wrong assumption could cause panic
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.
2026-05-02 13:37:59 +02:00
..