Files
third_party_rust_rust/compiler
Joshua Nelson 4e09a13bb8 Don't create two new closures for each query
- 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
2022-09-01 18:47:54 -05:00
..
2022-09-01 14:54:27 +00:00
2022-09-01 14:54:27 +00:00
2022-09-01 14:54:27 +00:00
2022-08-31 18:24:55 +08:00
2022-09-01 14:54:27 +00:00