[
https://issues.apache.org/jira/browse/THRIFT-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18059820#comment-18059820
]
Jens Geyer edited comment on THRIFT-5917 at 2/19/26 11:06 PM:
--------------------------------------------------------------
Now we also get errors trough dependencies
{quote}
error: failed to parse manifest at
`/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.4.1/Cargo.toml`
Caused by:
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature
is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
Consider trying a newer version of Cargo (this may require the nightly release).
See
https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024
for more information about the status of this feature.
{quote}
was (Author: jensg):
Now we also get errors trough dependencies
{code:java}
error: failed to parse manifest at
`/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.4.1/Cargo.toml`
Caused by:
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature
is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
Consider trying a newer version of Cargo (this may require the nightly release).
See
https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024
for more information about the status of this feature.
{code}
> Drop Rust support?
> ------------------
>
> Key: THRIFT-5917
> URL: https://issues.apache.org/jira/browse/THRIFT-5917
> Project: Thrift
> Issue Type: Task
> Components: Rust - Compiler
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> h2. Facts
> - there is no active maintainer for Rust around anymore
> - there are several ongoing issues with Rust, but nobody cares.
> So the natural consequence is to drop support as there is obviously no public
> interest in it anymore.
> Going to add a deprectation message, similar to Swift. unless there are
> significant changes in the meantime, Rust support will be dropped with 0.24.0
> CC [~allengeorge]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)