Function rustc_interface::callbacks::track_diagnostic[][src]

fn track_diagnostic(diagnostic: &Diagnostic)
Expand description

This is a callback from rustc_ast as it cannot access the implicit state in rustc_middle otherwise. It is used to when diagnostic messages are emitted and stores them in the current query, if there is one.