RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2123900 - Rebase rust-toolset to 1.66 in RHEL 9.2.0
Summary: Rebase rust-toolset to 1.66 in RHEL 9.2.0
Keywords:
Status: CLOSED ERRATA
Alias: None
Deadline: 2023-01-30
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: rust
Version: 9.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Josh Stone
QA Contact: Jesus Checa
Jacob Taylor Valdez
URL:
Whiteboard:
Depends On: 2118319 2123902
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-02 23:21 UTC by Josh Stone
Modified: 2023-05-09 08:37 UTC (History)
3 users (show)

Fixed In Version: rust-1.66.1-1.el9
Doc Type: Enhancement
Doc Text:
.Rust Toolset rebased to version 1.66.1 Rust Toolset has been updated to version 1.66.1. Notable changes include: * The `thread::scope` API creates a lexical scope in which local variables can be safely borrowed by newly spawned threads, and those threads are all guaranteed to exit before the scope ends. * The `hint::black_box` API adds a barrier to compiler optimization, which is useful for preserving behavior in benchmarks that might otherwise be optimized away. * The `.await` keyword now makes conversions with the `IntoFuture` trait, similar to the relationship between `for` and `IntoIterator`. * Generic associated types (GATs) allow traits to include type aliases with generic parameters, enabling new abstractions over both types and lifetimes. * A new `let`-`else` statement allows binding local variables with conditional pattern matching, executing a divergent `else` block when the pattern does not match. * Labeled blocks allow `break` statements to jump to the end of the block, optionally including an expression value. * `rust-analyzer` is a new implementation of the Language Server Protocol, enabling Rust support in many editors. This replaces the former `rls` package, but you might need to adjust your editor configuration to migrate to `rust-analyzer`. * Cargo has a new `cargo remove` subcommand for removing dependencies from `Cargo.toml`. //* For more details, please see the series of upstream release announcements: // ** link:https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html[Announcing Rust 1.63.0] // ** link:https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html[Announcing Rust 1.64.0] // ** link:https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html[Announcing Rust 1.65.0] // ** link:https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html[Announcing Rust 1.66.0]
Clone Of:
Environment:
Last Closed: 2023-05-09 07:36:28 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-133177 0 None None None 2022-09-02 23:24:21 UTC
Red Hat Product Errata RHBA-2023:2229 0 None None None 2023-05-09 07:36:31 UTC

Description Josh Stone 2022-09-02 23:21:48 UTC
We will rebase Rust Toolset to 1.66 in RHEL 9.2.0.
The upstream release of 1.66.0 is expected on 2022-12-15.

Comment 10 errata-xmlrpc 2023-05-09 07:36:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (rust bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:2229


Note You need to log in before you can comment on or make changes to this bug.