Start adding enum errors for deserialize_rlink

This commit is contained in:
Adrian Tombu 2022-08-24 19:15:44 +02:00
parent 1c575c5fe0
commit 3f883b850d
No known key found for this signature in database
GPG key ID: 9CD8E979D3A943FE
7 changed files with 76 additions and 10 deletions

View file

@ -35,6 +35,7 @@ fluent_messages! {
ast_passes => "../locales/en-US/ast_passes.ftl",
borrowck => "../locales/en-US/borrowck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",
codegen_ssa => "../locales/en-US/codegen_ssa.ftl",
const_eval => "../locales/en-US/const_eval.ftl",
driver => "../locales/en-US/driver.ftl",
expand => "../locales/en-US/expand.ftl",