From ac8de6260e34c7dc7f7f2228e832d1860a31707d Mon Sep 17 00:00:00 2001
From: Matthew Taylor <wrapperup4@gmail.com>
Date: Mon, 24 Jul 2023 05:39:14 -0400
Subject: Fix Rust macro invocations not accepting a path (#837)

---
 testing/templates/rust-macros-full-path.html | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 testing/templates/rust-macros-full-path.html

(limited to 'testing/templates/rust-macros-full-path.html')

diff --git a/testing/templates/rust-macros-full-path.html b/testing/templates/rust-macros-full-path.html
new file mode 100644
index 0000000..f32dc53
--- /dev/null
+++ b/testing/templates/rust-macros-full-path.html
@@ -0,0 +1 @@
+Hello, {{ foo::hello2!() }}!
-- 
cgit