macro_rules! assert_diagnostic_error { ($output:expr, $msg:expr) => { ... }; }
Asserts that an Output contains an error diagnostic with the given message.
Output