Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/
Dbuild.rs2 if version_check::is_max_version("1.36.0").unwrap_or(false) { in main()
/third_party/rust/crates/proc-macro-error/
Dbuild.rs6 if version_check::is_max_version("1.38.0").unwrap_or(false) in main()
/third_party/rust/crates/version_check/src/
Dlib.rs235 pub fn is_max_version(max_version: &str) -> Option<bool> { in is_max_version() function