StructsΒ§
ConstantsΒ§
- ACTIVE_
RESOLUTIONS π - During import resolution, recursive imports can form cycles. This set stores the active resolution stack for the current thread. So itβs essentially a recursion stack.
FunctionsΒ§
- enter_
cycle_ πdetector - Returns
Err(())if a cycle is detected, otherwise this returns a guard that will remove the resolution when dropped.