Skip to content

Commit

Permalink
Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors
Browse files Browse the repository at this point in the history
add caching to most type folders, rm region uniquification

Fixes the new minimization of the hang in nalgebra and nalgebra itself :3

this is a bit iffy, especially the cache in `TypeRelating`. I believe all the caches are correct, but it definitely adds some non-local complexity in places. The first commit removes region uniquification, reintroducing the ICE from rust-lang/trait-system-refactor-initiative#27. This does not affect coherence and I would like to fix this by introducing OR-region constraints

r? `@compiler-errors`
  • Loading branch information
bors committed Oct 2, 2024
2 parents 0e5fce7 + 34842bc commit fea22fb
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fea22fb

Please sign in to comment.