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
Rollup merge of #152455 - JonathanBrouwer:remove_translation, r=jdonszelmann
Remove the translation `-Z` options and the `Translator` type.
This PR implements MCP rust-lang/compiler-team#967
It is split up into individually reviewable commits, each commit passes tests:
* rust-lang/rust@6782119 Removes the translation compiler options from the session
* rust-lang/rust@8f300d0 Removes the now empty `Translator` type
* rust-lang/rust@ab715c5 Renames `translate_message` to `format_diag_message`, as the function no longer does any translation
* rust-lang/rust@8bcbc3f Removes a section describing the removed compiler options from the rustc dev guide
0 commit comments