mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
c3bf3969d4
`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.
For more information about how the query system works, see the rustc dev guide.