Home
last modified time | relevance | path

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

/third_party/rust/crates/memoffset/
Dbuild.rs7 if ac.probe_rustc_version(1, 20) { in main()
10 if ac.probe_rustc_version(1, 31) { in main()
13 if ac.probe_rustc_version(1, 36) { in main()
16 if ac.probe_rustc_version(1, 40) { in main()
19 if ac.probe_rustc_version(1, 51) { in main()
22 if ac.probe_rustc_version(1, 65) { in main()
/third_party/rust/crates/autocfg/src/
Dtests.rs16 assert_eq!(self.probe_rustc_version(major, minor), probe_result); in assert_min()
31 assert!(ac.probe_rustc_version(1, 0)); in autocfg_version()
Dlib.rs193 pub fn probe_rustc_version(&self, major: usize, minor: usize) -> bool { in probe_rustc_version() method
200 if self.probe_rustc_version(major, minor) { in emit_rustc_version()