Home
last modified time | relevance | path

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

/third_party/rust/crates/autocfg/src/
Dlib.rs86 rustc_version: Version, field
158 let rustc_version = try!(Version::from_rustc(&rustc)); in with_dir() localVariable
173 rustc_version: rustc_version, in with_dir()
194 self.rustc_version >= Version::new(major, minor, 0) in probe_rustc_version()
Dtests.rs30 println!("version: {:?}", ac.rustc_version); in autocfg_version()
/third_party/rust/crates/cxx/
Dbuild.rs6 if let Some(rustc) = rustc_version() { in main()
22 fn rustc_version() -> Option<RustVersion> { in rustc_version() function
/third_party/rust/crates/quote/
Dbuild.rs8 let version = match rustc_version() { in main()
28 fn rustc_version() -> Option<RustcVersion> { in rustc_version() function
/third_party/rust/crates/syn/
Dbuild.rs9 let compiler = match rustc_version() { in main()
40 fn rustc_version() -> Option<Compiler> { in rustc_version() function
/third_party/rust/crates/version_check/
DREADME.md68 mind adding dependencies, see [rustc_version]. If you'd instead prefer a feature
72 [rustc_version]: https://crates.io/crates/rustc_version
/third_party/rust/crates/proc-macro2/
Dbuild.rs50 let version = match rustc_version() { in main()
145 fn rustc_version() -> Option<RustcVersion> { in rustc_version() function
/third_party/rust/crates/clang-sys/
DCHANGELOG.md424 - Removed `rustc_version` dependency
442 - Bumped `rustc_version` version to `0.1.7`
472 - Bumped `rustc_version` version to `0.1.6`
/third_party/rust/crates/memchr/bench/
DCargo.lock56 "rustc_version",
391 name = "rustc_version"