diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/073_comptime8.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/073_comptime8.patch b/patches/patches/073_comptime8.patch new file mode 100644 index 0000000..5b50edb --- /dev/null +++ b/patches/patches/073_comptime8.patch @@ -0,0 +1,8 @@ +35c35 +< const my_llama = getLlama(5); +--- +> const my_llama = getLlama(4); +40c40 +< fn getLlama(i: usize) u32 { +--- +> fn getLlama(comptime i: usize) u32 { |