1
Fork 0

Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot

Report more detailed reason why `Index` impl is not satisfied

Fixes #110373
This commit is contained in:
Matthias Krüger 2023-04-19 06:35:34 +02:00 committed by GitHub
commit 3320b2a59a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 183 additions and 0 deletions

View file

@ -204,6 +204,7 @@ symbols! {
HashSet,
Hasher,
Implied,
IndexOutput,
Input,
Into,
IntoDiagnostic,