Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4bd5748

Browse files
Add locale_resources (rust-lang#1651)
1 parent 56c1d30 commit 4bd5748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/rustc-dev-guide/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)