commit | 32084cfdf602196490b40bb7c95ca9291c42d0cb | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sat Jun 21 02:05:24 2025 +0000 |
committer | bors <bors@rust-lang.org> | Sat Jun 21 02:05:24 2025 +0000 |
tree | 81d59815e5c41bc5baf937d54335a40f43fa6469 | |
parent | f5534dad0efb77ca3d0c48811ba21a6f6a19f2ab [diff] | |
parent | 1a6321405a717eb156cb33638b6ba76e4c9a6bb6 [diff] |
Auto merge of #142791 - cuviper:beta-next, r=cuviper [beta] backports - Make the assertion in `Ident::new` debug-only. rust-lang/rust#140880 - Avoid creating an empty identifer in `Symbol::to_ident_string`. rust-lang/rust#141318 - Backport rust-lang/stdarch#1818 for 1.88 rust-lang/rust#142694 - [beta] Clippy backport rust-lang/rust#142725 - ICE: - https://github.com/rust-lang/rust-clippy/pull/14776 - Lint contradictions: - https://github.com/rust-lang/rust-clippy/pull/14703 - https://github.com/rust-lang/rust-clippy/pull/14810 - Smaller (in LoC changes) fixes: - https://github.com/rust-lang/rust-clippy/pull/14733 - https://github.com/rust-lang/rust-clippy/pull/14730 - [win][ci] Update LLVM toolchain used to build LLVM to 20 rust-lang/rust#140757 r? cuviper