Home
last modified time | relevance | path

Searched refs:rustc (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/syn/1.0.7/
Dbuild.rs29 let rustc = match env::var_os("RUSTC") { in rustc_version() localVariable
30 Some(rustc) => rustc, in rustc_version()
34 let output = match Command::new(rustc).arg("--version").output() { in rustc_version()
DREADME.md7 [![Rustc Version 1.31+](https://img.shields.io/badge/rustc-1.31+-lightgray.svg)](https://blog.rust-…
53 *Version requirement: Syn supports rustc 1.31 and up.*
216 generated code looks like. Use `cargo rustc -- -Zunstable-options
255 library libproc_macro from rustc toolchain.
/external/rust/crates/syn/0.15.42/
Dbuild.rs42 let rustc = match env::var_os("RUSTC") { in rustc_version() localVariable
43 Some(rustc) => rustc, in rustc_version()
47 let output = match Command::new(rustc).arg("--version").output() { in rustc_version()
DREADME.md7 [![Rustc Version 1.15+](https://img.shields.io/badge/rustc-1.15+-lightgray.svg)](https://blog.rust-…
200 generated code looks like. Use `cargo rustc -- -Zunstable-options
237 library libproc_macro from rustc toolchain.
/external/rust/crates/libc/
DCargo.toml.orig23 rustc-std-workspace-core = { version = "1.0.0", optional = true }
29 rustc-dep-of-std = ['align', 'rustc-std-workspace-core']
DCargo.toml27 [dependencies.rustc-std-workspace-core]
36 rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
Dbuild.rs96 let rustc = otry!(env::var_os("RUSTC")); in rustc_minor_nightly() localVariable
97 let output = otry!(Command::new(rustc).arg("--version").output().ok()); in rustc_minor_nightly()
/external/rust/crates/proc-macro2/
Dbuild.rs96 let rustc = env::var_os("RUSTC")?; in rustc_version() localVariable
97 let output = Command::new(rustc).arg("--version").output().ok()?; in rustc_version()
DCargo.toml26 rustc-args = ["--cfg", "procmacro2_semver_exempt"]
DCargo.toml.orig22 rustc-args = ["--cfg", "procmacro2_semver_exempt"]
DREADME.md63 the `procmacro2_semver_exempt` config flag must be passed to rustc. We will
/external/rust/crates/byteorder/
Dbuild.rs38 let rustc = env::var_os("RUSTC").unwrap_or(OsString::from("rustc")); in read() localVariable
39 let output = Command::new(&rustc) in read()
/external/rust/crates/remain/tests/
Dcompiletest.rs1 #[rustc::attr(not(nightly), ignore)]
/external/flatbuffers/tests/docker/languages/
DDockerfile.testing.rust.1_30_16 RUN rustc --version
DDockerfile.testing.rust.big_endian.1_30_114 RUN rustc --version
/external/mesa3d/.gitlab-ci/
Dcreate-cross-file.sh30 sed -i -e '/\[binaries\]/a\' -e "rust = ['rustc', '--target=$rust_target', '-C', 'linker=$cc']" "$c…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dcross-cu-scope.ll33 !0 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !1, producer: "clang LLVM (rustc version…
35 !2 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !1, producer: "clang LLVM (rustc version…
/external/crosvm/bin/
Dsmoke_test13 cargo --version && rustc --version && rustfmt --version
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dcontaining-type-extension-rust.ll13 ; rustc -g --emit=llvm-ir t2.rs
14 ; ... and then edited by hand, because rustc is using a somewhat older llvm.
95 !8 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !9, producer: "clang LLVM (rustc version…
/external/rust/crates/remain/
DCargo.toml.orig21 select-rustc = "0.1"
DREADME.md91 The attribute on enums and structs is supported on any rustc version 1.31+.
103 work on any rustc version 1.31+. Place this attribute on any function containing
DCargo.toml35 [dev-dependencies.select-rustc]
/external/rust/crates/quote/
DCargo.toml.orig28 # libproc_macro in the rustc compiler.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dunivariant-discriminated-union.ll40 !2 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !3, producer: "clang LLVM (rustc version…
Ddiscriminated-union.ll53 !2 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !3, producer: "clang LLVM (rustc version…

12