Home
last modified time | relevance | path

Searched refs:compatible_old (Results 1 – 1 of 1) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dversion_match.rs246 let compatible_old = NameAndVersion::try_from_str("compatible", "1.2.3")?; in test_version_map() localVariable
263 (compatible_old.clone(), Some(compatible_new.clone())), in test_version_map()
281 assert_eq!(version_match.get_compatible_version(&compatible_old), Some(&compatible_new)); in test_version_map()
283 version_match.get_compatible_item(&compatible_old), in test_version_map()
287 version_match.get_compatible_item_mut(&compatible_old), in test_version_map()
290 assert!(!version_match.is_superfluous(&compatible_old)); in test_version_map()