Module issue

Source

Modules§

analyze
code_gen
module
resolve

Structs§

CapturedIssues
A list of issues captured with [Issue::peek_issues_with_path] and [Issue::take_issues_with_path].
IssueProcessingPathItem
IssueSource
Issues
This is a transparent value type wrapping Vec<ResolvedVc<Box<dyn Issue>>>.
OptionIssueProcessingPathItems
This is a transparent value type wrapping Option<Vec<ResolvedVc<IssueProcessingPathItem>>>.
OptionIssueSource
This is a transparent value type wrapping Option<IssueSource>.
OptionStyledString
This is a transparent value type wrapping Option<ResolvedVc<StyledString>>.
PlainIssue
PlainIssueProcessingPath
This is a transparent value type wrapping Option<Vec<ReadRef<PlainIssueProcessingPathItem>>>.
PlainIssueProcessingPathItem
PlainIssueSource
PlainSource

Enums§

IssueSeverity
IssueStage
StyledString
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§

Issue
IssueDescriptionExt
IssueExt
IssueReporter

Functions§

handle_issues