mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add comment
This commit is contained in:
parent
d8bee6cd18
commit
766ccc97f7
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ pub struct DerivedModule {
|
|||
map: MutMap<DeriveKey, (Symbol, Def)>,
|
||||
subs: Subs,
|
||||
derived_ident_ids: IdentIds,
|
||||
|
||||
/// Has someone stolen subs/ident ids from us?
|
||||
#[cfg(debug_assertions)]
|
||||
stolen: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue