commit | c3fcfebe7fa21b634554eed5fa14726f53efe8cf | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Wed Jul 23 20:16:03 2025 +0000 |
committer | bors <bors@rust-lang.org> | Wed Jul 23 20:16:03 2025 +0000 |
tree | 772f3a0f90ee54c3103eba7a0518c302d95b597e | |
parent | db365f4372c814aa914c6c598a2d56644c5e0198 [diff] | |
parent | 73952293db54eef169402fb46a98a4e81e3d99df [diff] |
Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obk Consider parent predicates in ImpossiblePredicates pass. This pass is double edged. It avoids some ICEs (yay!) but also degrades diagnostics from constant evaluation. Fixes rust-lang/rust#121363 Fixes rust-lang/rust#131507 Fixes rust-lang/rust#140100 Fixes rust-lang/rust#140365
This repository contains the core_arch
crate, which implements core::arch
- Rust's core library architecture-specific intrinsics.
The std::simd
component now lives in the packed_simd_2
crate.
This repository is linked to rust-lang/rust
as a josh subtree. You can use the rustc-josh-sync tool to perform synchronization.
You can find a guide on how to perform the synchronization here.