mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
99efb4204d
Do not recover missing lifetime with random in-scope lifetime Suppresses a ton of stray errors, since this recovery doesn't really make sense anymore now that we have a dedicated `ReError` kind. r? oli-obk or reassign