Closed
Description
Currently, Registry structure is allocated and used in the rustc_driver (
rust/src/librustc_driver/driver.rs
Line 590 in 1bf5fa3
It is not accessible by the CompilerController.
The CompilerController can only access the read-only version of CompileState.session.plugin_attributes.
One suggestion is to manage the Registry structure inside the CompilerState structure.
I'll prepare a pull request soon to fix this issue.
Metadata
Metadata
Assignees
Labels
No labels