Closed
Description
This is a followup to #118880 / #118859.
The compiler's implementation of let-else does not implement restrictions described by the accepted let-else RFC, so some programs that the RFC says are invalid syntax are accepted by stable Rust compilers since 1.65.0.
#118880 (comment) has the relevant examples of such code.