Add locale_resources (#1651)

This commit is contained in:
Nathan Hammond 2023-03-26 17:55:53 +00:00 committed by GitHub
parent b4e778a5f6
commit d08baa166b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ fn main() {
output_dir: None, output_dir: None,
output_file: None, output_file: None,
file_loader: None, file_loader: None,
locale_resources: rustc_driver::DEFAULT_LOCALE_RESOURCES,
lint_caps: rustc_hash::FxHashMap::default(), lint_caps: rustc_hash::FxHashMap::default(),
parse_sess_created: None, parse_sess_created: None,
register_lints: None, register_lints: None,