Skip to content

Commit

Permalink
Auto merge of rust-lang#100720 - camsteffen:representable, r=cjgillot
Browse files Browse the repository at this point in the history
Rewrite representability

 * Improve placement of `Box` in the suggestion
 * Multiple items in a cycle emit 1 error instead of an error for each item in the cycle
 * Introduce `representability` query to avoid traversing an item every time it is used.
 * Also introduce `params_in_repr` query to avoid traversing generic items every time it is used.
  • Loading branch information
bors committed Oct 8, 2022
2 parents b49b46a + 9125d0d commit 4490fbc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4490fbc

Please sign in to comment.