Start moving rustc_driver to SessionDiagnostic

This commit is contained in:
Adrian Tombu 2022-08-22 23:43:09 +02:00
parent 4d45b0745a
commit dbe39d835e
No known key found for this signature in database
GPG key ID: 9CD8E979D3A943FE
6 changed files with 57 additions and 5 deletions

View file

@ -36,6 +36,7 @@ fluent_messages! {
borrowck => "../locales/en-US/borrowck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",
const_eval => "../locales/en-US/const_eval.ftl",
driver => "../locales/en-US/driver.ftl",
expand => "../locales/en-US/expand.ftl",
interface => "../locales/en-US/interface.ftl",
lint => "../locales/en-US/lint.ftl",