From 0edfea450b90ab5843c1fb898bd9343c881bc4ad Mon Sep 17 00:00:00 2001 From: piegames Date: Sun, 18 Aug 2024 17:28:37 +0200 Subject: libexpr: Soft-deprecate ancient let syntax Change-Id: I6802b26f038578870ea1fa1ed298f0c4b1f29c4a --- doc/manual/rl-next/deprecated-features.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/manual/rl-next/deprecated-features.md b/doc/manual/rl-next/deprecated-features.md index 3f9756fc9..97a660da2 100644 --- a/doc/manual/rl-next/deprecated-features.md +++ b/doc/manual/rl-next/deprecated-features.md @@ -14,3 +14,4 @@ and can be disabled via the flags for backwards compatibility (opt-out with `--e This means that all URLs must be properly put within quotes like all other strings. - `rec-set-overrides`: **__overrides** is an old arcane syntax which has not been in use for more than a decade. It is soft-deprecated with a warning only, with the plan to turn that into an error in a future release. +- `ancient-let`: **The old `let` syntax** (`let { body = …; … }`) is soft-deprecated with a warning as well. Use the regular `let … in` instead. -- cgit v1.2.3