rust/tests/ui/higher-ranked
bors be00c5a9b8 Auto merge of #118968 - aliemjay:canon-static, r=lcnr
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`
2024-01-09 09:20:33 +00:00
..
subtype
trait-bounds fix diagnostic regresssion 2023-12-17 07:31:07 +00:00
higher-lifetime-bounds.rs Simple modification of diagnostic information 2023-12-21 10:17:11 +08:00
higher-lifetime-bounds.stderr Simple modification of diagnostic information 2023-12-21 10:17:11 +08:00
higher-ranked-lifetime-error.rs
higher-ranked-lifetime-error.stderr use Vec for region constraints 2023-12-17 07:31:07 +00:00
leak-check-in-selection.rs