Allow drivers to supply a list of extra symbols to intern
This commit is contained in:
@@ -53,7 +53,7 @@ where
|
||||
checksum_hash_kind,
|
||||
});
|
||||
|
||||
rustc_span::create_session_globals_then(DEFAULT_EDITION, sm_inputs, || {
|
||||
rustc_span::create_session_globals_then(DEFAULT_EDITION, &[], sm_inputs, || {
|
||||
let temps_dir = sessopts.unstable_opts.temps_dir.as_deref().map(PathBuf::from);
|
||||
let io = CompilerIO {
|
||||
input: Input::Str { name: FileName::Custom(String::new()), input: String::new() },
|
||||
|
||||
Reference in New Issue
Block a user