Debug specialization keys

This commit is contained in:
Ayaz Hafiz 2022-07-26 10:59:38 -04:00
parent 240a48bc1c
commit 5a42acc11c
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -495,6 +495,7 @@ fn compact_lambda_set<P: Phase>(
(new_must_implement_ability, new_lambda_sets_to_specialize)
}
#[derive(Debug)]
enum SpecializationTypeKey {
Opaque(Symbol),
Derived(DeriveKey),