Add comment

This commit is contained in:
Ayaz Hafiz 2022-06-24 09:03:25 -04:00
parent d8bee6cd18
commit 766ccc97f7
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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,
}