Nightly feature let_chains
bug
#92145
Labels
C-bug
Category: This is a bug.
F-let_chains
`#![feature(let_chains)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: print
foo bar
to consoleInstead, this happened:
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: