From 8fcf51908a301313982ad89f695dc7fb066e1e5b Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Wed, 9 Mar 2022 08:05:03 -0500 Subject: [PATCH] Fix expansion of row condition implied it (#4795) --- crates/nu-parser/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-parser/src/parser.rs b/crates/nu-parser/src/parser.rs index 8bc27ab6..7742948a 100644 --- a/crates/nu-parser/src/parser.rs +++ b/crates/nu-parser/src/parser.rs @@ -1752,7 +1752,7 @@ pub fn parse_full_cell_path( ( Expression { expr: Expr::Var(var_id), - span, + span: Span::new(0, 0), ty: Type::Unknown, custom_completion: None, },