mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
de7a8305ae
By using SCC for better performance, we also have to take into account SCCs whose representative is an existential region but also contains a placeholder. By only checking the representative, we may miss that the loan escapes the function. This can be fixed by picking a better representative, or removing placeholders from the main path. This is the simplest fix: forgo efficiency and traverse the region graph instead of the SCCs. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |