wangzq

Results 7 comments of wangzq

![image](https://user-images.githubusercontent.com/19191915/62778572-4fc27f80-bae3-11e9-8571-53692dea1c7d.png) ![image](https://user-images.githubusercontent.com/19191915/62778584-594be780-bae3-11e9-9a42-1405348d8eb4.png)

I'm sure the test account exists

![image](https://user-images.githubusercontent.com/19191915/62830382-9974ac80-bc40-11e9-915f-72f72b0c0755.png) Can you help to see what the problem is

In the production environment, I want my image to be the smallest

count(inner, 0): The $inner repetition repeats 3 times in the outer repetition从3变成了4, 按道理不应该还是3吗

> metavar 是不稳定的,而且我发现 > > `${count(inner)` 并不是 `${count(inner, 0)` 的简写,而是最深嵌套那层的计数,也就是你这里的 `${count(inner, 1)`。 > > 如果真的感兴趣,建议去看 [rust-lang/rust#83527 (comment)](https://github.com/rust-lang/rust/issues/83527#issuecomment-1070860171) 好的, 多谢