[
https://issues.apache.org/jira/browse/THRIFT-5124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer updated THRIFT-5124:
-------------------------------
Fix Version/s: 0.18.0
> Cannot use reserved language keyword
> ------------------------------------
>
> Key: THRIFT-5124
> URL: https://issues.apache.org/jira/browse/THRIFT-5124
> Project: Thrift
> Issue Type: Bug
> Components: Rust - Compiler
> Environment: MacOS with thrift version 0.13
> Reporter: Chris Holcombe
> Assignee: Jens Geyer
> Priority: Major
> Fix For: 0.18.0
>
>
> When running
> {noformat}
> thrift --gen rs -out . sample.thrift{noformat}
> against a thrift file that contains a field with `From from` the generation
> fails with the error:
> {noformat}
> [FAILURE:generation:1] Cannot use reserved language keyword: "from"{noformat}
> It was my understanding that the rust library should escape all reserved
> words.
> An example thrift file:
> {noformat}
> struct From {
> 1: string name,
> }
> struct Sample {
> 1: From from,
> }{noformat}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)