1
Fork 0

ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics infraestructure

ADD - dependencies needed to port a module to new Diagnostics infra (rustc_macros, rustc_errors, errors file, and fluent file)
This commit is contained in:
Jhonny Bill Mena 2022-08-27 00:24:13 -04:00
parent 230a8ee364
commit 86f8c4e8e3
7 changed files with 24 additions and 1 deletions

View file

@ -4155,7 +4155,9 @@ dependencies = [
"punycode",
"rustc-demangle",
"rustc_data_structures",
"rustc_errors",
"rustc_hir",
"rustc_macros",
"rustc_middle",
"rustc_session",
"rustc_span",