Struct kailua_diag::report::ReportMore [] [src]

#[must_use]
pub struct ReportMore<'a, T> { /* fields omitted */ }

A helper type for additional reports to the root message.

Methods

impl<'a, T> ReportMore<'a, T>
[src]

Reports a cause of the root message with given location and message.

Reports a note for the root message with given location and message.

Same to note but only reports for non-dummy spans. This is useful for reporting multiple spans where some of them can be dummy.

Finishes the reporting. Should be called for any Reporter-initiated report.