mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
b800c30352
Don't check for alias bounds in liveness when aliases have escaping bound vars I actually have no idea how we *should* be treating aliases with escaping bound vars here... but the simplest behavior is just doing what we used to do before. r? aliemjay Fixes #117455