Modules§
Structs§
- Additional
Issue Source - A labeled issue source used to provide additional context in error messages. For example, when a webpack loader produces broken code, the primary source shows the original file, while an additional source shows the generated code.
- Additional
Issue Sources - This is a transparent value type wrapping
Vec<AdditionalIssueSource>. - Captured
Issues - A list of issues captured with
CollectibleIssuesExt::peek_issues. - Delegating
Import Tracer - Ignore
Issue - A rule describing an issue to ignore.
pathis mandatory;titleanddescriptionare optional additional filters. - Import
Traces - Issue
Filter - Issue
Source - Issues
- This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn Issue>>>. - Option
Issue Source - This is a transparent value type wrapping
Option<IssueSource>. - Option
Styled String - This is a transparent value type wrapping
Option<ResolvedVc<StyledString>>. - Plain
Additional Issue Source - Plain
Issue - Plain
Issue Source - Plain
Source - Plain
Trace Item
Enums§
- Ignore
Issue Pattern - A pattern that can match by exact string, glob, or regex.
- Issue
Severity - Issue
Stage - Styled
String - Represents a section of structured styled text. This can be interpreted and rendered by various UIs as appropriate, e.g. HTML for display on the web, ANSI sequences in TTYs.
Traits§
Functions§
- handle_
issues - A helper function to print out issues to the console.