]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8Ki
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Mon, 22 Aug 2022 06:15:44 +0000 (11:45 +0530)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 06:15:44 +0000 (11:45 +0530)
commit57e521e0e5d3dc7deb389697e516aaae12e37613
tree2a2135658c0122766f31700ab2aeedf9c2574bf6
parent3842117ef22287decfec9113a4b0180250cfbe79
parent09d495cc15e3ef3e80fc36f0c217c08c5bfb34de
Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8Ki

Migrate rustc_ast_passes diagnostics to `SessionDiagnostic` and translatable messages (first part)

Doing a full migration of the `rustc_ast_passes` crate.
Making a draft here since there's not yet a tracking issue for the migrations going on.

`@rustbot` label +A-translation