From ac8eb50c269d6ff81add27771bb1725a25381cdd Mon Sep 17 00:00:00 2001 From: Asger F Date: Thu, 28 May 2026 10:27:43 +0200 Subject: [PATCH] Yeast: Allow 'r#type' to escape the 'type' keyword in macro --- shared/yeast-macros/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/yeast-macros/src/parse.rs b/shared/yeast-macros/src/parse.rs index 96e426bbf62..e623c708726 100644 --- a/shared/yeast-macros/src/parse.rs +++ b/shared/yeast-macros/src/parse.rs @@ -411,7 +411,7 @@ fn parse_direct_node_inner(tokens: &mut Tokens, ctx: &Ident) -> Result