Structsยง
Constantsยง
- ACTIVE_
RESOLUTIONS ๐ - During import resolution, recursive imports can form cycles.
This set stores the active resolution stack for the current thread.
By keeping track of the module and
BindingKeypair that identifies the specific resolution.
Functionsยง
- enter_
cycle_ ๐detector - Returns
Err(())if a cycle is detected, otherwise this returns a guard that will remove the resolution when dropped.