From bee146a6e0943342667326c71585b7f5099c573d Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Fri, 24 Mar 2023 09:27:22 +0800 Subject: [PATCH] Add locale_resources --- examples/rustc-driver-interacting-with-the-ast.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rustc-driver-interacting-with-the-ast.rs b/examples/rustc-driver-interacting-with-the-ast.rs index 53f8df81a..df0e0385d 100644 --- a/examples/rustc-driver-interacting-with-the-ast.rs +++ b/examples/rustc-driver-interacting-with-the-ast.rs @@ -44,6 +44,7 @@ fn main() { output_dir: None, output_file: None, file_loader: None, + locale_resources: rustc_driver::DEFAULT_LOCALE_RESOURCES, lint_caps: rustc_hash::FxHashMap::default(), parse_sess_created: None, register_lints: None,