We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2edba96 + b082994 commit 76f17c3Copy full SHA for 76f17c3
src/parser/mod.rs
@@ -14259,6 +14259,7 @@ impl Word {
14259
/// * `Ok(Some(replacement_expr))`: A replacement `Expr` is provided, use replacement `Expr`.
14260
/// * `Ok(None)`: A replacement `Expr` is not provided, use old `Expr`.
14261
/// * `Err(err)`: Any error returned.
14262
+#[cfg_attr(feature = "recursive-protection", recursive::recursive)]
14263
fn rewrite_calculation_expr<F>(
14264
expr: &Expr,
14265
rewrite_func_expr: bool,
0 commit comments