Installation
[]
= "1"
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 v1.0.0: the public API is stable and frozen under SemVer. The diagnostic model and renderer are complete — multi-line spans, secondary labels, notes/help, and optional ANSI colour (the color feature) with plain output staying complete and correctly aligned. The full surface is catalogued in docs/API.md.
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.