Make resolutions a query.
This commit is contained in:
parent
b09dad3edd
commit
071a047dc7
13 changed files with 127 additions and 112 deletions
|
@ -51,6 +51,12 @@ pub struct CStore {
|
|||
unused_externs: Vec<Symbol>,
|
||||
}
|
||||
|
||||
impl std::fmt::Debug for CStore {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
f.debug_struct("CStore").finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
pub struct CrateLoader<'a> {
|
||||
// Immutable configuration.
|
||||
sess: &'a Session,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue