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