Jens Geyer created THRIFT-4960:
----------------------------------
Summary: Bare Trait Warnings
Key: THRIFT-4960
URL: https://issues.apache.org/jira/browse/THRIFT-4960
Project: Thrift
Issue Type: Improvement
Components: Rust - Compiler
Reporter: Jens Geyer
{color:#24292e}Bare traits, e.g. {color}{{&mut TInputProtocol}}{color:#24292e}
currently generate warnings which will be an error in a future rust version.
Bare traits are now fixed in the rust lib and generated code to include
{color}{{dyn}}{color:#24292e}.{color}
{color:#24292e}(taken from https://github.com/apache/thrift/pull/1851){color}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)