let_chains stabilization followups #140722
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-let_chains
`#![feature(let_chains)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
PR #132833 has stabilized
let_chains
on edition 2024, but that's not the whole story. As the stabilization report writes:Currently there is a bunch of use by the components making up the compiler. Not all are subtrees, and we should try to minimize forced updates via subtrees.
#![feature]
s rust-clippy#14738#![feature(let_chains)]
fromlibrary/
andsrc/librustdoc
Once this is all done:
let_chains
.The text was updated successfully, but these errors were encountered: