From 5ec955d54492611229561127c4f77ab8b3e0dea9 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 26 Jan 2022 17:04:04 -0800 Subject: [PATCH] Add note of defeat re: includes to compile Signed-off-by: Alek Ratzloff --- src/compile.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compile.rs b/src/compile.rs index 68462b2..3e05109 100644 --- a/src/compile.rs +++ b/src/compile.rs @@ -39,6 +39,7 @@ impl<'s> Compile<'s> { } fn parse_include(&mut self, _path: &str) -> Vec { + // Includes are a tough nut to crack. Come back to this later. todo!("includes") }