Files
rust/tests
bors a84ab0ce6c Auto merge of #143509 - cjgillot:copy-prop-noborrow, r=tmiasko
Do not unify borrowed locals in CopyProp.

Instead of trying yet another scheme to unify borrowed locals in CopyProp, let's just stop trying. We had already enough miscompilations because of this.

I'm convinced it's possible to have both unification of some borrowed locals and soundness, but I don't have a simple and convincing formulation yet.

Fixes https://github.com/rust-lang/rust/issues/143491
2025-07-06 19:58:07 +00:00
..
2025-06-25 00:52:10 -07:00
2025-06-30 07:49:20 -05:00
2025-07-01 19:00:21 +00:00
2025-07-06 09:51:35 +02:00
2025-07-01 15:49:45 +02:00