mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
91c025d741
Stabilize shorter-tail-lifetimes Close #131445 Tracked by #123739 We found a test case `tests/ui/drop/drop_order.rs` that had not been covered by the change. The test fixture is fixed now with the correct expectation.