Closed
Description
<std macros>:4:19: 4:46 error: invalid reference to argument `1` (there is 1 argument)
<std macros>:4 write ! ( $ dst , concat ! ( $ fmt , "\n" ) , $ ( $ arg ) * ) ) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:3:11: 3:38 error: invalid reference to argument `2` (there are 2 arguments)
<std macros>:3 print ! ( concat ! ( $ fmt , "\n" ) , $ ( $ arg ) * ) ) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
I’d expect it to at least emit an in expansion of writeln!
and in expansion of println!
hints which it doesn’t currently.