We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e778a commit d08baa1Copy full SHA for d08baa1
examples/rustc-driver-interacting-with-the-ast.rs
@@ -44,6 +44,7 @@ fn main() {
44
output_dir: None,
45
output_file: None,
46
file_loader: None,
47
+ locale_resources: rustc_driver::DEFAULT_LOCALE_RESOURCES,
48
lint_caps: rustc_hash::FxHashMap::default(),
49
parse_sess_created: None,
50
register_lints: None,
0 commit comments