You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Instead, open a dedicated issue for the specific matter, link to this tracking issue and ping the MCP author.
Alternatively, post in the Zulip stream linked from the MCP.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
This is a tracking issue for MCP "Remove the fluent files" (rust-lang/compiler-team#959).
Note
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.
Instead, open a dedicated issue for the specific matter, link to this tracking issue and ping the MCP author.
Alternatively, post in the Zulip stream linked from the MCP.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
Steps
Unresolved questions
inline_fluenthandle arguments Convert to inline diagnostics inrustc_errors#152109 (comment)LintDiagnosticmigration #153099Implementation history
DiagMessage::Translatedin favour ofDiagMessage::Str#151326DiagnosticDerive#151338#[derive(Diagnostic)]macro #151587extern crate coreto diagnostic tests #151738#[derive(Diagnostic)]attribute parsers #151657rustc_attr_parsing#151944rustc_driver_impl#152028rustc_query_system#152041rustc_incremental#152044rustc_infer#152045rustc_interface#152047rustc_ty_utils#152065rustc_session#152066rustc_resolve#152068rustc_privacy#152069rustc_pattern_analysis#152070rustc_monomorphize#152072rustc_mir_dataflow#152073rustc_ast_lowering#152105rustc_ast_passes#152106rustc_borrowck#152107rustc_expand#152108rustc_errors#152109rustc_mir_transform#152114rustc_trait_selection#152117rustc_codegen_ssa#152118rustc_metadata#152115rustc_middle#152119rustc_builtin_macros#152121rustc_mir_build#152126rustc_hir_typeck#152142rustc_passes#152189rustc_const_eval#152186rustc_hir_analysis#152191rustc_lint#152217rustc_parse#152235SubdiagMessagein favour of the identicalDiagMessage#152351inline_fluent!macro #152356inline_fluent!tomsg!#152612TranslationError#153228DiagArgMapinstead ofFluentArgsintoformat_diag_message#153231