Searched refs:rustc (Results 1 – 9 of 9) sorted by relevance
174 let rustc = env::var_os("RUSTC").expect("Failed to get rustc version: missing RUSTC env"); in rustc_version_cmd() localVariable177 Some(ref wrapper) if wrapper.is_empty() => Command::new(rustc), in rustc_version_cmd()180 cmd.arg(rustc); in rustc_version_cmd()187 None => Command::new(rustc), in rustc_version_cmd()
131 rustc-std-workspace-core = { version = "1.0.0", optional = true }136 rustc-dep-of-std = ['align', 'rustc-std-workspace-core']
268 - Fix the build with `rustc-dep-of-std` <https://github.com/rust-lang/libc/pull/4158>569 - WASI: fix missing `Iterator` with `rustc-dep-of-std` in <https://github.com/rust-lang/libc/pull/3…
61 rustc -Vv
94 $cmd --no-default-features --features rustc-dep-of-std
43 rustc /tmp/runtest.rs -o /tmp/runtest && \
287 rustc --version