mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

`ErrorGuaranteed` should be used for all error methods involving the `Error` level, e.g. as is done for the corresponding `span_err` methods.
`ErrorGuaranteed` should be used for all error methods involving the `Error` level, e.g. as is done for the corresponding `span_err` methods.