From 57903247e3def46ab2a063fde5884136ee019584 Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Mon, 4 May 2020 21:27:54 +1000 Subject: [PATCH] parser: add back struct field removed by accident --- vlib/v/parser/fn.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/parser/fn.v b/vlib/v/parser/fn.v index cd028fc836..294f94df47 100644 --- a/vlib/v/parser/fn.v +++ b/vlib/v/parser/fn.v @@ -307,6 +307,7 @@ fn (mut p Parser) anon_fn() ast.AnonFn { is_anon: true no_body: no_body pos: pos + file: p.file_name } typ: typ }