Searched defs:host_compiler (Results 1 – 1 of 1) sorted by relevance
13 let host_compiler = std::option_env!("RUSTC_RELEASE_CHANNEL").map(str::to_string); localVariable52 pub host_compiler: Option<String>, field