mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

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`