stacked_errors 0.7.2

high level error propagation with software controlled backtraces
Documentation
# This was good as of rustfmt 1.9.0 (2026-06-29)

condense_wildcard_suffixes = true # better
edition = "2024" # for bare rustfmt
error_on_line_overflow = false # unchanged, I would change this but some macro cases are annoying
error_on_unformatted = true # be more strict
format_code_in_doc_comments = true # needed
format_macro_bodies = true # changed
format_macro_matchers = true # changed
format_strings = true # better
group_imports = "StdExternalCrate" # promotes consistency
ignore = []
imports_granularity = "Crate" # changed
newline_style = "Unix" # prevents `\r\n` being accidentally introduced
overflow_delimited_expr = true # preferred
reorder_impl_items = true # better
unstable_features = true
use_field_init_shorthand = true # better
wrap_comments = true # enforce the default comment_width