Refactor lambda set compaction so it's better split up

This commit is contained in:
Ayaz Hafiz 2022-06-22 15:04:10 -04:00
parent fd9dcd8551
commit 088b443e05
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 238 additions and 102 deletions

View file

@ -55,7 +55,7 @@ pub enum Unfulfilled {
},
}
/// Indexes a deriving of an ability for an opaque type.
/// Indexes a requested deriving of an ability for an opaque type.
#[derive(Debug, PartialEq, Clone, Copy)]
pub struct RequestedDeriveKey {
pub opaque: Symbol,