about summary refs log tree commit diff
path: root/tests/coverage/branch/generics.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-13 21:24:56 +0000
committerbors <bors@rust-lang.org>2024-04-13 21:24:56 +0000
commit0bf471f339837af930ec90ef5e1e9cb232e99f29 (patch)
treea1c29f04e5ebd81f4f6688d0c249b15900cf74c3 /tests/coverage/branch/generics.rs
parentc8d975366807d68c4c86d048c448f642d99d6e21 (diff)
parent224edac7a1bebdc3bfabae04d7db2573cca0b9ba (diff)
downloadrust-0bf471f339837af930ec90ef5e1e9cb232e99f29.tar.gz
rust-0bf471f339837af930ec90ef5e1e9cb232e99f29.zip
Auto merge of #123644 - dtolnay:cc, r=Mark-Simulacrum
Update non-bootstrap `cc` dependency to fix compile family detection warning

`x.py check compiler/rustc_llvm` **Before:**

(https://github.com/rust-lang/cc-rs/issues/958)

<pre>
Checking stage0 compiler artifacts {rustc_llvm} (x86_64-unknown-linux-gnu)
   Compiling cc v1.0.90
   Compiling libc v0.2.153
   Compiling rustc_llvm v0.0.0
<b>warning: rustc_llvm@0.0.0: Compiler version doesn't include clang or GCC: "c++" "--version"</b>
    Finished `release` profile [optimized] target(s) in 28.09s
</pre>

**After:**

<pre>
Checking stage0 compiler artifacts {rustc_llvm} (x86_64-unknown-linux-gnu)
   Compiling libc v0.2.153
   Compiling cc v1.0.92
   Compiling rustc_llvm v0.0.0
    Finished `release` profile [optimized] target(s) in 29.06s
</pre>
Diffstat (limited to 'tests/coverage/branch/generics.rs')
0 files changed, 0 insertions, 0 deletions