libexpr: Deprecate or in non-keyword positions
Test cases courtesy of rhenrdic Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems> Change-Id: Id8df684ddd00d07b49e1c9e68bf41ee6c0e6887c
This commit is contained in:
co-authored by
Commentator2.0
parent
af166146ff
commit
17f1bcfd2c
@@ -15,6 +15,7 @@ let
|
||||
"broken-string-escape"
|
||||
"rec-set-merges"
|
||||
"rec-set-dynamic-attrs"
|
||||
"or-as-identifier"
|
||||
];
|
||||
in
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ let
|
||||
"broken-string-escape"
|
||||
"rec-set-merges"
|
||||
"rec-set-dynamic-attrs"
|
||||
"or-as-identifier"
|
||||
];
|
||||
|
||||
env.NIX_CONFIG = "extra-deprecated-features = ${concatStringsSep " " deprecatedFeatures}";
|
||||
|
||||
Reference in New Issue
Block a user