237e69c036
* feat: Raw identifier support in object macro This commit implements raw identifier (`r#name`) support for field names (methods) and arguments in the `object` proc macro. Eg: ```rust impl T { fn r#type(r#trait: String) -> bool {} } ``` * Rebase onto master * Fix merge [skip ci] |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Makefile.toml | ||
release.toml |