fn test_nocrash_client_login()

in src/serialization/tests.rs [747:749]


                fn test_nocrash_client_login(bytes in vec(any::<u8>(), 0..700)) {
                    ClientLogin::<$CS>::deserialize(&bytes).map_or(true, |_| true);
                }