about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2022-09-14 19:33:00 -0500
committerJoshua Nelson <jnelson@cloudflare.com>2022-09-28 03:21:36 -0500
commit3acb505ee560770c62bad5362f6caf7567d467b9 (patch)
treeba4b3c5867ec0f5c12c001e3dae7ada3c7e24501 /compiler/rustc_parse/src/parser/expr.rs
parent88a192257ce110e7fb1732aa2b65e481f811db7a (diff)
downloadrust-3acb505ee560770c62bad5362f6caf7567d467b9.tar.gz
rust-3acb505ee560770c62bad5362f6caf7567d467b9.zip
Make the `c` feature for `compiler-builtins` opt-in instead of inferred
The build script for `compiler_builtins` doesn't support cross-compilation. I tried fixing it, but the cc crate itself
doesn't appear to support cross-compiling to windows either unless you use the -gnu toolchain:
```
  error occurred: Failed to find tool. Is `lib.exe` installed?
```

Rather than trying to fix it or special-case the platforms without bugs,
make it opt-in instead of automatic.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions