Skip to content

Commit

Permalink
Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors
Browse files Browse the repository at this point in the history
Exhaustiveness: remove the need for arena-allocation within the algorithm

After rust-lang/rust#119688, exhaustiveness checking doesn't need access to the arena anymore. This simplifies the lifetime story and makes it compile on stable without the extra dependency.

r? `@compiler-errors`
  • Loading branch information
bors committed Jan 15, 2024
2 parents 932b898 + d40c44a commit 47afb1a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 47afb1a

Please sign in to comment.