fn-error-context 0.2.1

An attribute macro to add context to errors from a function.
Documentation
1
2
3
4
5
error: 1 positional argument in format string, but no arguments were given
 --> $DIR/fmt_missing_arg.rs:3:12
  |
3 | #[context("{}")]
  |            ^^