This is somewhat of a corner case, but it's not very nice to cause recursion errors when using `s!` macro with no arguments, like `s![]`: ``` error: recursion limit reached while expanding the macro `s` ```