-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking issue for rename from "object safe" to "dyn compatible" #130852
Copy link
Copy link
Closed
Closed
Tracking Issue
Copy link
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-dyn-compatibilityArea: Dyn compatibility (formerly: object safety)Area: Dyn compatibility (formerly: object safety)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-langRelevant to the language teamRelevant to the language team
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-dyn-compatibilityArea: Dyn compatibility (formerly: object safety)Area: Dyn compatibility (formerly: object safety)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-langRelevant to the language teamRelevant to the language team
Type
Fields
Give feedbackNo fields configured for Tracking Issue.
This is a tracking issue for the change to call traits that are compatible with
dynfrom "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
compiler/rustc_codegen_cranelift(out of tree, not in-tree) (NOTE: only mentioned in two tests)compiler/rustc_codegen_gcc(out of tree, not in-tree) (NOTE: only mentioned in two tests)FIXME(dyn_compat_renaming)(mostly concerns URLs to the Reference).RELEASES.md).To do so, consider opening a new relnotes tracking issue with the relevant details.
cc @rust-lang/lang @fmease