about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-07 20:17:33 +0000
committerbors <bors@rust-lang.org>2022-05-07 20:17:33 +0000
commitea92b08383b718e79317b29470cb244c48557cd5 (patch)
tree7e52bf61ba47cd5b63bc1622d2ccbd53a7e2806d /compiler/rustc_codegen_llvm/src
parent24a0eecf035235fa58c0b10bad1d3665947842e4 (diff)
parent81d2cba36ff9e31dbdc009b49aa7fe8857052e0b (diff)
downloadrust-ea92b08383b718e79317b29470cb244c48557cd5.tar.gz
rust-ea92b08383b718e79317b29470cb244c48557cd5.zip
Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum
Enable cfg checking of cargo features for everything but std

This PR enable `cfg` checking of cargo features for everything but std, it also adds a `FIXME` to myself.

> Note: `std`, `alloc` and `core` imports some dependencies by #[path] (like
> backtrace, core_simd, std_float, ...), those dependencies have their own features
> but cargo isn't involved in the #[path] and so cannot pass the complete list of
> features, so for that reason we don't enable checking of features for std.

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions