Formally implement let chains
This commit is contained in:
parent
9ad5d82f82
commit
5f74ef4fb1
31 changed files with 536 additions and 340 deletions
|
@ -415,7 +415,7 @@ declare_features! (
|
|||
// Allows setting the threshold for the `large_assignments` lint.
|
||||
(active, large_assignments, "1.52.0", Some(83518), None),
|
||||
/// Allows `if/while p && let q = r && ...` chains.
|
||||
(incomplete, let_chains, "1.37.0", Some(53667), None),
|
||||
(active, let_chains, "1.37.0", Some(53667), None),
|
||||
/// Allows `let...else` statements.
|
||||
(active, let_else, "1.56.0", Some(87335), None),
|
||||
/// Allows `#[link(..., cfg(..))]`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue