Skip to content

Commit

Permalink
Auto merge of rust-lang#103390 - compiler-errors:metadata-mod-regions…
Browse files Browse the repository at this point in the history
…, r=eholk

Check fat pointer metadata compatibility modulo regions

Regions don't really mean anything anyways during hir typeck.

If this `erase_regions` makes anyone nervous, it's probably equally valid to just equate the types using a type relation, but regardless we should _not_ be using strict type equality while region variables are present.

Fixes rust-lang#103384
  • Loading branch information
bors committed Nov 20, 2022
2 parents 6886ade + d792546 commit 1de3c7c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1de3c7c

Please sign in to comment.