Installation
[]
= "0.4"
Example
use ;
let mut map = new;
map.add.unwrap;
let diag = new;
print!;
error: cannot find value `foo` in this scope
--> main.rs:2:13
|
2 | let x = foo();
| ^^^ not found in this scope
|
Status
This is v0.4.0: the full diagnostic model and renderer — multi-line spans, secondary labels, notes/help, and optional ANSI colour (the color feature) with plain output staying complete. The surface is feature-complete and documented as the freeze candidate in docs/API.md; 1.0.0 freezes it under SemVer. See the ROADMAP.
Contributing
See dev/DIRECTIVES.md for engineering standards and the definition of done. Before a PR: cargo fmt --all, cargo clippy --all-targets --all-features -- -D warnings, and cargo test --all-features must be clean.