Skip to content

Commit

Permalink
Add locale_resources (rust-lang#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond authored Mar 26, 2023
1 parent b4e778a commit d08baa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rustc-driver-interacting-with-the-ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d08baa1

Please sign in to comment.