Remove the translation -Z options and the Translator type. #152455
Remove the translation -Z options and the Translator type. #152455rust-bors[bot] merged 4 commits intorust-lang:mainfrom
-Z options and the Translator type. #152455Conversation
This comment has been minimized.
This comment has been minimized.
1ac2743 to
3dcfaa6
Compare
3dcfaa6 to
8bcbc3f
Compare
|
r? @jdonszelmann |
|
cc @Muscraft The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU, @jieyouxu, @Kobzol, @tshepang Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt
cc @Muscraft
cc @davidtwco, @TaKO8Ki
cc @davidtwco, @TaKO8Ki |
|
r=me when fcp passes |
|
@bors r+ |
|
@bors r=jdonszelmann rollup |
|
📋 This PR cannot be approved because it currently has the following label: |
1 similar comment
|
📋 This PR cannot be approved because it currently has the following label: |
|
@bors r=jdonszelmann rollup |
…uwer Rollup of 9 pull requests Successful merges: - #146832 (Not linting irrefutable_let_patterns on let chains) - #146972 (Support importing path-segment keyword with renaming) - #152241 (For panic=unwind on Wasm targets, define __cpp_exception tag) - #152527 (Remove -Zemit-thin-lto flag) - #152769 (Do not cancel try builds after first job failure) - #152907 (Add tests for delegation generics) - #152455 (Remove the translation `-Z` options and the `Translator` type. ) - #152813 (Skip the `use_existential_projection_new_instead` field in the `Debug` impl) - #152912 (Expose Span for all DefIds in rustc_public)
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: * 6782119 Removes the translation compiler options from the session * 8f300d0 Removes the now empty `Translator` type * ab715c5 Renames `translate_message` to `format_diag_message`, as the function no longer does any translation * 8bcbc3f Removes a section describing the removed compiler options from the rustc dev guide
…uwer Rollup of 9 pull requests Successful merges: - rust-lang/rust#146832 (Not linting irrefutable_let_patterns on let chains) - rust-lang/rust#146972 (Support importing path-segment keyword with renaming) - rust-lang/rust#152241 (For panic=unwind on Wasm targets, define __cpp_exception tag) - rust-lang/rust#152527 (Remove -Zemit-thin-lto flag) - rust-lang/rust#152769 (Do not cancel try builds after first job failure) - rust-lang/rust#152907 (Add tests for delegation generics) - rust-lang/rust#152455 (Remove the translation `-Z` options and the `Translator` type. ) - rust-lang/rust#152813 (Skip the `use_existential_projection_new_instead` field in the `Debug` impl) - rust-lang/rust#152912 (Expose Span for all DefIds in rustc_public)
…uwer Rollup of 9 pull requests Successful merges: - rust-lang/rust#146832 (Not linting irrefutable_let_patterns on let chains) - rust-lang/rust#146972 (Support importing path-segment keyword with renaming) - rust-lang/rust#152241 (For panic=unwind on Wasm targets, define __cpp_exception tag) - rust-lang/rust#152527 (Remove -Zemit-thin-lto flag) - rust-lang/rust#152769 (Do not cancel try builds after first job failure) - rust-lang/rust#152907 (Add tests for delegation generics) - rust-lang/rust#152455 (Remove the translation `-Z` options and the `Translator` type. ) - rust-lang/rust#152813 (Skip the `use_existential_projection_new_instead` field in the `Debug` impl) - rust-lang/rust#152912 (Expose Span for all DefIds in rustc_public)
This PR implements MCP rust-lang/compiler-team#967
It is split up into individually reviewable commits, each commit passes tests:
Translatortypetranslate_messagetoformat_diag_message, as the function no longer does any translation