1
Fork 0

Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors

Migrate part of rustc_infer to session diagnostic
This commit is contained in:
Matthias Krüger 2022-08-29 06:34:45 +02:00 committed by GitHub
commit a3c965f5fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 649 additions and 212 deletions

View file

@ -41,6 +41,7 @@ fluent_messages! {
driver => "../locales/en-US/driver.ftl",
expand => "../locales/en-US/expand.ftl",
interface => "../locales/en-US/interface.ftl",
infer => "../locales/en-US/infer.ftl",
lint => "../locales/en-US/lint.ftl",
parser => "../locales/en-US/parser.ftl",
passes => "../locales/en-US/passes.ftl",