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.
1 parent e4e9f49 commit b082994Copy full SHA for b082994
src/parser/mod.rs
@@ -14266,6 +14266,7 @@ impl Word {
14266
/// * `Ok(Some(replacement_expr))`: A replacement `Expr` is provided, use replacement `Expr`.
14267
/// * `Ok(None)`: A replacement `Expr` is not provided, use old `Expr`.
14268
/// * `Err(err)`: Any error returned.
14269
+#[cfg_attr(feature = "recursive-protection", recursive::recursive)]
14270
fn rewrite_calculation_expr<F>(
14271
expr: &Expr,
14272
rewrite_func_expr: bool,
0 commit comments