From 1a0aa9321a3741f3cb63646474396f8c0239b57a Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Sun, 26 Mar 2023 17:55:53 +0000 Subject: [PATCH] Add locale_resources (#1651) --- 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 53f8df81..df0e0385 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,