Closed Plecra closed 4 years ago
When given bad input, the macro doesn't provide very helpful messages at the moment. The unwraps and panics need to be turned into compile_errors and given user-friendly descriptions.
unwrap
panic
compile_error
When given bad input, the macro doesn't provide very helpful messages at the moment. The
unwrap
s andpanic
s need to be turned intocompile_error
s and given user-friendly descriptions.