Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d08baa1

Browse files
authoredMar 26, 2023
Add locale_resources (#1651)
1 parent b4e778a commit d08baa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/rustc-driver-interacting-with-the-ast.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ fn main() {
4444
output_dir: None,
4545
output_file: None,
4646
file_loader: None,
47+
locale_resources: rustc_driver::DEFAULT_LOCALE_RESOURCES,
4748
lint_caps: rustc_hash::FxHashMap::default(),
4849
parse_sess_created: None,
4950
register_lints: None,

0 commit comments

Comments
 (0)
Please sign in to comment.