Allow drivers to supply a list of extra symbols to intern
This commit is contained in:
parent
87e60a7d28
commit
f740326216
23 changed files with 115 additions and 58 deletions
|
@ -70,6 +70,7 @@ fn compile(code: String, output: PathBuf, sysroot: PathBuf, linker: Option<&Path
|
|||
hash_untracked_state: None,
|
||||
register_lints: None,
|
||||
override_queries: None,
|
||||
extra_symbols: Vec::new(),
|
||||
make_codegen_backend: None,
|
||||
registry: rustc_driver::diagnostics_registry(),
|
||||
using_internal_features: &rustc_driver::USING_INTERNAL_FEATURES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue