mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add derive key generation for record hashing
This commit is contained in:
parent
fd421c005d
commit
ad4d98be9c
3 changed files with 97 additions and 10 deletions
|
@ -10,5 +10,7 @@ pub(crate) fn derive_hash(
|
|||
key: FlatHashKey,
|
||||
_def_symbol: Symbol,
|
||||
) -> DerivedBody {
|
||||
match key {}
|
||||
match key {
|
||||
FlatHashKey::Record(_) => todo!(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue