You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### How queries interact with external crate metadata
207
206
208
-
When a query is made for an external crate (i.e., a dependency), the query system needs to load the information from that crate's metadata.
207
+
When a query is made for an external crate (i.e., a dependency), the query system needs to load the information from that crate's metadata.
209
208
This is handled by the [`rustc_metadata` crate][rustc_metadata], which is responsible for decoding and providing the information stored in the `.rmeta` files.
0 commit comments