Open tingerrr opened 4 months ago
When a test template is configured, running add with no extra parameters will panic due to running into a todo! macro. add still lacks the parameters and setup to create a World impl to be able to compile the template.
add
todo!
World
When a test template is configured, running
add
with no extra parameters will panic due to running into atodo!
macro.add
still lacks the parameters and setup to create aWorld
impl to be able to compile the template.