Vincent Thiberville
Results
11
issues of
Vincent Thiberville
See for example this reproducer: ```rust #[test] fn test_delete_key_while_iterating() { let hkcu = RegKey::predef(HKEY_CURRENT_USER); // First, create the key we will iterate on let path = "Software\\WinRegRsTest\\DeleteKeyWhileIterating".to_owned(); let (key, _disp)...