Home
last modified time | relevance | path

Searched defs:host_compiler (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/rustc_tools_util/src/
Dlib.rs13 let host_compiler = std::option_env!("RUSTC_RELEASE_CHANNEL").map(str::to_string); localVariable
52 pub host_compiler: Option<String>, field