rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.93k stars 12.78k forks source link

Tracking issue for rename from "object safe" to "dyn compatible" #130852

Open traviscross opened 2 months ago

traviscross commented 2 months ago

This is a tracking issue for the change to call traits that are compatible with dyn from "object safe" to "dyn compatible".

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

cc @rust-lang/lang @fmease

fmease commented 4 days ago

Changes to the compiler & the libraries will be included in 1.83. Changes to the Reference & rustdoc will be included in 1.84.