Wrong bindings_after_at warnings #67861
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
F-bindings_after_at
`#![feature(bindings_after_at)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Here I use the bindings_after_at feature, I need the sub-bindings to be immutable, but I want to mutate the whole tuple variable:
It gives wrong warnings:
The text was updated successfully, but these errors were encountered: