diff options
| author | Nathan Hammond <github.com@nathanhammond.com> | 2023-03-26 17:55:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 12:55:53 -0500 |
| commit | 4bd5748f9f36cb6a5d1e66f68a7d8d498e24f3f2 (patch) | |
| tree | 9440452a73940b376b9ef63897116e8554da5797 /src/doc/rustc-dev-guide/examples | |
| parent | 56c1d301b492440d5d40ce21fef6a60ca73a23be (diff) | |
| download | rust-4bd5748f9f36cb6a5d1e66f68a7d8d498e24f3f2.tar.gz rust-4bd5748f9f36cb6a5d1e66f68a7d8d498e24f3f2.zip | |
Add locale_resources (#1651)
Diffstat (limited to 'src/doc/rustc-dev-guide/examples')
| -rw-r--r-- | src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs b/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs index 53f8df81af9..df0e0385dc3 100644 --- a/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs +++ b/src/doc/rustc-dev-guide/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, |
