aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/rust-macro-args.html
blob: 11aef541069e0cc15975aeb0f204724ce8e5edfe (plain) (blame)
1
2
3
{{ call_a_or_b_on_tail!((a: year, b: month, c: day), call a: 2021, "July", (0+2)) }}
{{ call_a_or_b_on_tail!((a: year, b: month, c: day), call b: 2021, "July", (0+2)) }}
{{ call_a_or_b_on_tail!((a: year, b: day, c: month), call b: 2021, "July", (0+2)) }}