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] |
||
---|---|---|
.. | ||
derive_enum.rs | ||
derive_input_object.rs | ||
derive_object.rs | ||
derive_object_with_raw_idents.rs | ||
mod.rs | ||
scalar_value_transparent.rs | ||
unions.rs | ||
util.rs |