Files
rust/compiler/rustc_query_system/src/query
Camille GILLOT c3bf3969d4 Move assertion inwards.
`with_taks_impl` is only called from `with_eval_always_task` and
`with_task` . The former is only used in query invocation, while the
latter is also used to start the `tcx` and to trigger codegen.

This move should not change significantly the number of calls to this
assertion.
2021-08-22 20:23:29 +02:00
..
2021-05-02 12:25:48 -04:00
2021-05-30 15:15:22 +02:00
2021-05-02 12:25:48 -04:00
2021-07-25 20:43:27 -05:00
2021-08-22 20:23:29 +02:00
2020-08-30 18:45:07 +03:00

For more information about how the query system works, see the rustc dev guide.