Closed adwhit closed 4 years ago
error: unexpected end of macro invocation --> engine/src/some_code.rs:297:29 | 297 | vec1![1.0, 2.0, 3.0,]; | ^ missing tokens in macro arguments
This was a little annoying when converting some vec! calls to vec1! calls.
vec!
vec1!
Took a while but vec1 is now update and a new version is published.
vec1
This was a little annoying when converting some
vec!
calls tovec1!
calls.