You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This blog explains a way to write a proc-macro crate for compile-time syntax checking of the warrior. This would be nice to have for testing so that warriors could be written inline instead of as string literals.
Gated by rust-lang/rust#54725 to use on stable (needs span information to preserve whitespace in the proc-macro).
The text was updated successfully, but these errors were encountered:
This blog explains a way to write a proc-macro crate for compile-time syntax checking of the warrior. This would be nice to have for testing so that warriors could be written inline instead of as string literals.
Gated by rust-lang/rust#54725 to use on stable (needs span information to preserve whitespace in the proc-macro).
The text was updated successfully, but these errors were encountered: