rust/compiler/rustc_infer/src
lcnr 1b3164f5c9 always emit AliasRelate goals when relating aliases
Add `StructurallyRelateAliases` to allow instantiating infer vars with rigid aliases.
Change `instantiate_query_response` to be infallible in the new solver. This requires canonicalization to not hide any information used by the query, so weaken
universe compression. It also modifies `term_is_fully_unconstrained` to allow
region inference variables in a higher universe.
2024-02-26 10:17:43 +01:00
..
errors Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
infer always emit AliasRelate goals when relating aliases 2024-02-26 10:17:43 +01:00
traits Nits 2024-02-16 15:07:37 +00:00
lib.rs Remove unnecessary min_specialization after bootstrap 2024-02-10 18:15:11 +11:00