From bbf91bf3abaff31231763352af405a2c22061c90 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 23 Dec 2024 16:30:38 +0100 Subject: Prevent missplaced start for procs and scopes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/src/errors.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/xixanta/src/errors.rs') diff --git a/lib/xixanta/src/errors.rs b/lib/xixanta/src/errors.rs index 84fca6a..4dcdc23 100644 --- a/lib/xixanta/src/errors.rs +++ b/lib/xixanta/src/errors.rs @@ -38,6 +38,7 @@ pub enum ContextErrorReason { BadScope, Label, Bounds, + BadStart, BadEnd, Other, } -- cgit v1.2.3