Re-exports§
pub use krate_spans::KrateSpans;pub use krate_spans::Manifest;pub use krate_spans::ManifestDep;pub use krate_spans::UnusedWorkspaceDep;
Modules§
- general
- Contains general diagnostics that are shared between various checks
- krate_
spans
Structs§
- Coord
- Diag
- Diagnostic
Overrides - Each diagnostic will have a default severity, but these can be overridden by the user via the CLI so that eg. warnings can be made into errors on CI
- Error
Sink - Files
- Implementation of
codespan_reporting::files::Files, which can also queryFileIdby path - Graph
Node - Inclusion
Grapher - Provides the
InclusionGrapher::write_graphmethod which creates a reverse dependency graph rooted at a specific node - Pack
Enums§
- Check
- Diagnostic
Code - Severity
- A severity level for diagnostic messages.
Functions§
- codespan_
config - A codespan config that modifies the character set used
- cs_
diag_ to_ json - diag_
to_ json - write_
graph_ as_ text
Type Aliases§
- CfgCoord
- Diagnostic
- FileId
- Files
Err - Krate
Coord - Label
- Pack
Channel - Channel type used to send diagnostics from checks