1
Fork 0

Auto merge of #132145 - RalfJung:stdarch, r=Amanieu

bump stdarch

This lets us remove a hack from https://github.com/rust-lang/rust/pull/131349.

r? `@Amanieu`

try-job: test-various
This commit is contained in:
bors 2024-10-28 16:25:56 +00:00
commit 3f1be1ec7e
10 changed files with 28 additions and 14 deletions

View file

@ -189,9 +189,6 @@ impl<'a, 'tcx> Annotator<'a, 'tcx> {
&& let Some(fn_sig) = fn_sig
&& const_stab.is_const_stable()
&& !stab.is_some_and(|(s, _)| s.is_stable())
// FIXME: we skip this check targets until
// <https://github.com/rust-lang/stdarch/pull/1654> propagates.
&& false
{
self.tcx
.dcx()