aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/080_anonymous_structs.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/080_anonymous_structs.patch b/patches/patches/080_anonymous_structs.patch
new file mode 100644
index 0000000..c9edecf
--- /dev/null
+++ b/patches/patches/080_anonymous_structs.patch
@@ -0,0 +1,8 @@
+51c51
+< var circle1 = ??? {
+---
+> var circle1 = Circle(i32) {
+57c57
+< var circle2 = ??? {
+---
+> var circle2 = Circle(f32) {