mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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)>,
|
map: MutMap<DeriveKey, (Symbol, Def)>,
|
||||||
subs: Subs,
|
subs: Subs,
|
||||||
derived_ident_ids: IdentIds,
|
derived_ident_ids: IdentIds,
|
||||||
|
|
||||||
|
/// Has someone stolen subs/ident ids from us?
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
stolen: bool,
|
stolen: bool,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue