Module rustc_middle::util::bug
source · Functions
- A query to trigger a
span_delayed_bug. Clearly, if one has atcxone can already trigger aspan_delayed_bug, so what is the point of this? It exists to help us testspan_delayed_bug’s interactions with the query system and incremental.