message_of

Function message_of 

Source
pub fn message_of(d: &Diagnostic) -> String
Expand description

The message an editor shows, with the notes the terminal renderer would have printed.

A B0350 that says only “cannot find foo” is a worse diagnostic in an editor than in a terminal, because the editor drops everything the terminal put underneath it. The notes carry the fix suggestion §3.4 insists on, so they travel.