mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
be00c5a9b8
unify query canonicalization mode Exclude from canonicalization only the static lifetimes that appear in the param env because of #118965 . Any other occurrence can be canonicalized safely AFAICT. r? `@lcnr`