- Parameterize DepKindStruct over `'tcx`
This allows passing in an invariant function pointer in `query_callback`,
rather than having to try and make it work for any lifetime.
- Add a new `execute_query` function to `QueryDescription` so we can call `tcx.$name` without needing to be in a macro context
|
||
|---|---|---|
| .. | ||
| dep_graph | ||
| ich | ||
| query | ||
| cache.rs | ||
| error.rs | ||
| lib.rs | ||