Searched refs:second_duplicate (Results 1 – 1 of 1) sorted by relevance
1033 let second_duplicate = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_merge() localVariable1043 parsed_flags::merge(vec![second.clone(), second_duplicate.clone()], false).unwrap_err(); in test_parsed_flags_merge()1048 parsed_flags::merge(vec![second.clone(), second_duplicate.clone()], true).unwrap_err(); in test_parsed_flags_merge()