jroesch commented on a change in pull request #6741:
URL: https://github.com/apache/incubator-tvm/pull/6741#discussion_r517789055
##########
File path: rust/tvm-macros/src/object.rs
##########
@@ -75,6 +79,12 @@ pub fn macro_impl(input: proc_macro::TokenStream) ->
TokenStream {
_ => panic!("derive only works for structs"),
};
+ let ref_derives = if derive {
Review comment:
yeah currently I just turn off all deriving for types marked no-derive
(this all to support String which is like complete bespoke impl)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]