Open Issues Need Help
View All on GitHub Append `display` attributes to doc comments about 2 months ago
AI Summary: Modify the `error_set` macro to append the `#[display(...)]` attribute content to the doc comments of error variants if a doc comment is not already present. This will improve the IDE's ability to provide helpful error explanations.
Complexity:
4/5
enhancement good first issue
Ergonomic and precise error handling provided by error sets. Inspired by Zig's error set type.
Rust